CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/19 06:41:48
Modified files:
regress/sys/netinet/pmtu: Makefile tcp_atomicfrag6.py
tcp_connect.py tcp_connect6.py
Log message:
Sending a PMTU ICMP packet will trigger a TCP retransmit. The test
assumed that it would have to send an additional ACK for that.
There was a race where the test could miss the TCP retransmit before
it did send the ACK. Sniff for the TCP retransmit before sending
the ICMP packet and do not send the ACK.
