zephyr/subsys/net
Robert Lubos 8cb4f09a28 net: tcp: Remove pointless recv callback calls
Calling the registered receive callback when releasing TCP context
doesn't make sense, as at that point the application should've already
closed the associated socket (that's one of the conditions for the
context to be released). Therefore, remove the pointless receive
callback call, while keeping the loop to unref any leftover data packets
(although again, I don' think there should be any packets left at that
point, as they're all consumed in tcp_in()).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2023-12-13 10:39:03 +01:00
..
conn_mgr net: fix thread function signatures 2023-10-30 12:24:34 +01:00
ip net: tcp: Remove pointless recv callback calls 2023-12-13 10:39:03 +01:00
l2 Bluetooth: Host: Add const prefix for UUID 2023-12-07 16:16:43 +00:00
lib net: lib: coap: Add new API to configure retransmission settings 2023-12-12 10:56:29 +01:00
pkt_filter
buf_simple.c
buf.c net: buf: Preserve buffer pointer in destroy callback 2023-11-15 10:02:55 +01:00
CMakeLists.txt net: conn_mgr: Write documentation 2023-09-28 15:11:14 +02:00
hostname.c net: hostname: trigger an event when the hostname changes 2023-11-29 13:16:16 -06:00
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net