zephyr/subsys/net
Shrek Wang b5a31dcb49 net: tcp: Move the CLOSED state to the front
In enum tcp_state {}, the CLOSED state was put at the last one.
When we do Sequence & Ack validation, we will need to skip the
CLOSED, LISTEN, SYNSENT states. It is easier for coding if we
put the CLOSED to the front, e.g. if state > SYNSENT. And, in
other OSes, the state sequence is normally defined like this.

Signed-off-by: Shrek Wang <inet_eman@outlook.com>
2025-05-27 06:51:46 +02:00
..
conn_mgr net: conn_mgr: Fix disconnect with CONN_MGR_IF_NO_AUTO_DOWN unset 2025-05-19 16:37:07 +02:00
ip net: tcp: Move the CLOSED state to the front 2025-05-27 06:51:46 +02:00
l2 net: l2: wifi:fix the parameter count error when start SAP 2025-05-22 17:03:39 +02:00
lib net: http: client: Allow to abort download from response callback 2025-05-23 17:20:24 +02: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