zephyr/tests/net/lib
Seppo Takalo 05abdf5d0b net: lwm2m: Deprecate LWM2M_ENGINE_MESSAGE_HEADER_SIZE
Kconfig value LWM2M_ENGINE_MESSAGE_HEADER_SIZE added
an extra headroom for CoAP packet sizes so that
if CoAP Block-Wise transfer block-size is configured
to be same as LWM2M_COAP_MAX_MSG_SIZE, the full
payload block would usually fit to the datagram.

This causes too much confusion to be usable.
CoAP headers and options vary on sizes, and there is
no runtime limitations that we should check the
header size against.

Only real limitation is the CoAP packet size, which
must fit into the UDP datagram with typical DTLS headers.

Only limitation for CoAP block-size then is that
it must fit into the CoAP message with all the headers
and options. But as the option sizes, like path, vary,
it must be checked runtime.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2025-03-26 11:32:23 +01:00
..
coap tests: net: coap: Add test case for matching pending replies 2025-01-21 19:30:06 +01:00
coap_client tests: Stop using native_posix/sim transitional headers 2025-03-08 08:46:34 +01:00
coap_server/common
dns_addremove boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_cache boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_dispatcher boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_packet boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_resolve net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
dns_sd tests: net: mdns: updated interface to match unicast MDNS function 2025-03-13 16:54:24 +00:00
http_header_fields net: lib http: Added tests for Content-Range to http parser. 2025-01-16 22:55:51 +01:00
http_server net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00
lwm2m net: lwm2m: Deprecate LWM2M_ENGINE_MESSAGE_HEADER_SIZE 2025-03-26 11:32:23 +01:00
mdns_responder net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
mqtt/v3_1_1
mqtt_sn_client net: mqtt-sn: Wait for register & subscribe to complete 2025-02-11 11:44:52 +00:00
mqtt_sn_packet
prometheus boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
tls_credentials net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00
wifi_credentials tests: nrf: Fix SPDX license tags 2025-02-14 20:15:34 +01:00
wifi_credentials_backend_psa secure_storage: add a global registry header file for PSA key IDs 2025-02-13 20:22:09 +01:00
wifi_credentials_backend_settings tests: net: wifi_credentials: restrict to native_sim 2024-10-24 22:02:28 +01:00