zephyr/tests/net
Shrek Wang 6e7756a542 net: tcp: Change SYN FIN to use send_data_timer
The send_queue was used as SYN/FIN packet retransmission. Before
the SYN/FIN being ACKed and dequeue-ed, the following packets in
the send_queue cannot be sent out. That's why Zephyr had to send
a FIN+ACK instead of a duplicated ACK-only in FINWAIT1, CLOSING.
In fact, we can take SYN/FIN as kind of data and use the same
send_data_timer for retransmission, like other OSes do. This way,
the send_queue is simply used for local traffics.
Benefits (in theory):
1. The code is easier,
2. TxPkt performance is better after skipping enq/deq send_queue,
3. The struct tcp{} node is a few bytes smaller, saving memory.

Signed-off-by: Shrek Wang <inet_eman@outlook.com>
2025-06-02 13:30:19 +02:00
..
6lo net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
all
arp tests: net: arp: test the packet queuing case 2025-04-24 22:58:51 +02:00
bridge
checksum_offload tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
conn_mgr_conn
conn_mgr_monitor
conn_mgr_nsos tests: net: conn_mgr_nsos: added 2025-05-22 11:31:54 +02:00
context
dhcpv4 tests: net: dhcpv4: client: Verify Request xid 2025-05-08 15:55:55 +02:00
dhcpv6
ethernet_mgmt drivers: net: ethernet: change ETHERNET_LINK_*BASE_T 2025-04-28 09:22:09 +01:00
hostname net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
icmp
icmpv4
icmpv6
ieee802154 net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
iface net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
igmp
ip-addr tests: net: ipv6: Fix deprecated address selection 2025-05-21 09:30:22 +02:00
ipv4_fragment net: connection: Register connection type 2025-04-09 12:36:34 +02:00
ipv6 tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
ipv6_fragment test: net: ipv6_fragment: Set link layer protocol type for a packet 2025-03-21 09:52:42 +01:00
lib tests: net: http_client: Increase ztest stack size 2025-05-27 16:49:01 +02:00
mgmt
mld
mocks
neighbor net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
net_pkt net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
npf doc: remove more occurances of Nios II 2025-05-15 20:01:05 -04:00
offloaded_netdev tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
pm
pmtu
ppp/driver
promiscuous
ptp/clock drivers/ethernet/eth_native_posix: Rename to eth_native_tap 2025-03-07 20:10:38 +01:00
route net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
route_mcast net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
shell
socket tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
tcp net: tcp: Change SYN FIN to use send_data_timer 2025-06-02 13:30:19 +02:00
traffic_class net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
trickle
tx_timestamp tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
udp
utils tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
virtual tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
vlan tests: all: Fix remaining issues reported by string validation 2025-05-27 09:16:08 +02:00
wifi tests: net: wifi: Add a test for Enterprise with run-time certs 2025-04-17 17:22:58 +02:00