zephyr/subsys/net/lib/coap
Robert Lubos 4872527605 net: coap_client: Don't send RST on unrecognized ACK response
According to CoAP RFC (7252, ch. 4.2), Reset cannot be sent in a
response for an ACK reply, rejected ACKs should be silently ignored
instead. Therefore, in case an unrecognized response is received, verify
the response type before sending Reset.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-07-10 16:01:03 -05:00
..
CMakeLists.txt
coap_client.c net: coap_client: Don't send RST on unrecognized ACK response 2025-07-10 16:01:03 -05:00
coap_link_format.c net: lib: coap: fix potential null pointer 2025-07-04 15:48:40 -05:00
coap_server_shell.c net: coap: adopt SHELL_HELP 2025-06-13 10:11:29 -07:00
coap_server.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
coap.c net: Fix alignment error with net_ipaddr_copy() 2025-07-04 13:16:32 -05:00
Kconfig