zephyr/doc
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
..
_doxygen
_extensions/zephyr doc: _extensions: handle custom bindings in board catalog 2025-03-17 20:04:10 +01:00
_scripts doc: _extensions: handle custom bindings in board catalog 2025-03-17 20:04:10 +01:00
_static doc: make graphviz diagrams look good in dark theme 2025-03-05 00:15:37 +00:00
_templates
build lib: open-amp: optional copy of rsc_table to memory region 2025-03-24 12:17:53 +01:00
connectivity doc: Bluetooth: Audio: Update table of spec versions 2025-03-23 13:20:02 +01:00
contribute doc: Add guidance for copyright notices on new files 2025-03-18 16:41:12 +01:00
develop doc: twister: update the quarantine section 2025-03-24 19:23:31 +01:00
hardware drivers: i3c: remove group addr definition 2025-03-26 00:47:00 +01:00
images
introduction
kernel linker: Allow for 999 priority levels in init levels 2025-03-19 18:53:22 -04:00
project doc: review: switch labels to a definition list 2025-01-22 18:33:06 +01:00
releases net: lwm2m: Deprecate LWM2M_ENGINE_MESSAGE_HEADER_SIZE 2025-03-26 11:32:23 +01:00
safety doc: coding guidelines: move safety related language to saftey section 2025-01-18 02:33:02 +01:00
security doc: security: Disclose CVE-2025-1675 2025-02-27 08:01:08 +01:00
services doc: llext: add note on the loader types 2025-03-21 14:41:30 -04:00
templates doc: boards: extensions: add Sphinx directive for board supported hardware 2025-02-21 04:47:17 +01:00
404.rst
CMakeLists.txt doc: extensions: boards: Add hardware features filter to board catalog 2025-02-20 15:08:50 +00:00
conf.py doc: release: add v4.1.0 to the list of supported releases 2025-03-07 17:34:55 +00:00
glossary.rst
index-tex.rst
index.rst doc: reorder tiles 2024-12-25 12:41:09 +01:00
kconfig.rst
LICENSING.rst doc: LICENSING: Add BSD-3-clause for python-devicetree test files 2025-03-05 19:05:19 +00:00
Makefile doc: extensions: boards: Add hardware features filter to board catalog 2025-02-20 15:08:50 +00:00
requirements.in ci: doc: bump sphinx from 8.1.3 to 8.2.3 in /doc in the doc-deps group 2025-03-26 00:46:47 +01:00
requirements.txt ci: doc: bump sphinx from 8.1.3 to 8.2.3 in /doc in the doc-deps group 2025-03-26 00:46:47 +01:00
substitutions.txt
zephyr.doxyfile.in fs: zms: multiple style fixes from previous PR review 2025-02-21 11:29:50 +00:00