zephyr/subsys/net
Robert Lubos d3ba674a51 net: lwm2m: Handle RESET replies for separate response
Separate CON responses do no have a reply callback registered (as no
response is expected), however are still registered for retransmission
on the pending list. Therefore, we not only need to check for empty
ACKs for such case but for RESET packets as well. However, this cannot
be done before "reply" processing, as some of the reply handlers
(notifications namely) check for RESET replies.

Therefore, add a final check for the RESET response after the existing
"reply" logic. In such case, just remove the pending response packet
from the retransmission queue, and release resources.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-07-22 19:30:40 -04:00
..
conn_mgr conn_mgr: make internal state static 2025-07-19 15:35:31 -04:00
ip net: tcp: Fix declaration after label warning with clang 2025-07-21 06:57:14 -04:00
l2 net: ppp: Allow peer-options to be rejected 2025-07-19 13:24:41 -04:00
lib net: lwm2m: Handle RESET replies for separate response 2025-07-22 19:30:40 -04:00
pkt_filter net: pkt_filter: Add VLAN support to filtering 2025-04-16 08:07:34 +02:00
CMakeLists.txt
hostname.c
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net