zephyr/subsys/net/lib/coap
Pieter De Gendt 81b87ac35b net: lib: coap: Handle truncated messages in CoAP server
If the CoAP server receives a message that doesn't fit into the receive
buffer, we should stop processing the message and respond to the client
with 4.13 "Request Entity too large".

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
2025-01-13 20:22:47 +01:00
..
CMakeLists.txt
coap_client.c net: lib: coap_client: Release non-confirmable requests 2024-11-21 14:47:38 +01:00
coap_link_format.c
coap_server_shell.c
coap_server.c net: lib: coap: Handle truncated messages in CoAP server 2025-01-13 20:22:47 +01:00
coap.c net: coap: Add API to send reset message 2024-10-31 14:17:58 -05:00
Kconfig net: lib: coap: Handle truncated messages in CoAP server 2025-01-13 20:22:47 +01:00