zephyr/subsys/net/lib
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
..
capture net: capture: Generate events when starting / stopping capture 2024-04-04 17:02:11 +02:00
coap net: lib: coap_client: observe-related fixes 2024-05-21 16:42:38 -04:00
config net: config: correct dependency of NET_CONFIG* 2024-05-06 22:51:19 +01:00
dhcpv4 net: lib: dhcpv4: goto INIT on IF down, not RENEWING 2024-05-22 21:34:44 -04:00
dhcpv6 net: dhcpv6: Add configurable DUID buffer length 2024-04-03 10:28:20 +03:00
dns net: dns: llmnr_responder: Print query type properly 2024-06-03 09:49:01 +02:00
http net: http_server: Send chunked response correctly 2024-06-03 15:39:09 +02:00
lwm2m net: lwm2m: On write, use server selected block size 2024-06-05 14:43:14 +01:00
mqtt
mqtt_sn
shell net: shell: Add random MAC address generation 2024-05-30 11:55:27 +01:00
sntp
sockets posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
socks
tftp
tls_credentials net: tls_credentials: Add missing base64.h header inclusion 2024-05-23 07:47:41 -04:00
trickle
utils
websocket modules: mbedtls: rename CONFIG_MBEDTLS_MAC_*_ENABLED and rm duplicates 2024-05-29 08:39:26 +02:00
zperf net: zperf: Fix upload ping timeout error 2024-05-15 17:07:58 +02:00
CMakeLists.txt net: lib: http_server: Initial HTTP server support 2024-04-30 13:25:22 +02:00
Kconfig