diff --git a/gtests/net/packetdrill/tests/bsd/tcp/listen/listen-incoming-syn-ack.pkt b/gtests/net/packetdrill/tests/bsd/tcp/listen/listen-incoming-syn-ack.pkt index 4e33ba1633ef5dce9a695fc1842751cc3e9b2850..1f540cd616e2b91d20f9967b1d1e119098cb3558 100644 --- a/gtests/net/packetdrill/tests/bsd/tcp/listen/listen-incoming-syn-ack.pkt +++ b/gtests/net/packetdrill/tests/bsd/tcp/listen/listen-incoming-syn-ack.pkt @@ -1,5 +1,8 @@ -// Test behavior when a listener gets an incoming packet that has -// the SYN and ACK bits set. +// Test behavior when a listener gets an incoming packet from new +// sender on a non-established session that has the SYN and ACK bits set. +// The listener should send a RESET. +// Checking if we can establish a connection with the system +// after a connection reset. 0.000 socket(..., SOCK_STREAM, IPPROTO_TCP) = 3 0.000 setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0