zephyr/subsys/net
Seppo Takalo d3081e2f30 net: lwm2m: On write, use server selected block size
When we receive CoAP packets, it is in input buffer
that is size of NET_IPV6_MTU.
So in reality, we can handle bigger Block-Wise writes
than CONFIG_LWM2M_COAP_BLOCK_SIZE.

So if parsing of CoAP packet has passed, continue
with the same block-size instead of going to default.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2024-06-05 14:43:14 +01:00
..
conn_mgr cmake: linker: Use kconfig for iterable section subalign 2024-05-07 18:01:37 -04:00
ip net: Start socket service thread by net core init 2024-06-03 09:49:01 +02:00
l2 net: wifi_shell: Resolve filter settings mismatch 2024-06-04 13:46:37 +02:00
lib net: lwm2m: On write, use server selected block size 2024-06-05 14:43:14 +01:00
pkt_filter
buf_simple.c net: buf_simple: Add support for 40 bit data type 2024-03-26 19:32:27 -04:00
buf.c net: buf: Disallow blocking allocation in syswq 2024-04-23 19:47:24 -04:00
CMakeLists.txt
hostname.c logging: net: update hostname 2024-01-17 14:42:58 +01:00
Kconfig
Kconfig.hostname net: add set hostname function 2024-01-17 14:42:58 +01:00
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net