CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/09 12:49:54
Modified files:
regress/sys/netinet/tcpstate: Makefile README tcp_closing.py
tcp_established.py tcp_finwait.py
tcp_lastack.py tcp_syncache.py
tcp_synrcvd.py tcp_synsent.py
Added files:
regress/sys/netinet/tcpstate: LICENSE client.pl tcp_synfin.py
Log message:
Also test the path SYN_SENT, SYN_RCVD, FIN_WAIT_1 through the TCP
state diagram. For that, implement a perl client that calls
shutdown(2) at the right moment.
