gvisor/test/packetimpact/testbench
gVisor bot eb7b1903e0 Test TCP behavior when receiving unacceptable segment in CLOSE_WAIT
TCP, in CLOSE-WAIT state, MUST return ACK with proper SEQ and ACK numbers after
recv a seg with OTW SEQ or unacc ACK number, and remain in same state. If the
connection is in a synchronized state, any unacceptable segment (out of window
sequence number or unacceptable acknowledgment number) must elicit only an empty
acknowledgment segment containing the current send-sequence number and an
acknowledgment indicating the next sequence number expected to be received, and
the connection remains in the same state.

PiperOrigin-RevId: 306897984
2020-04-16 12:22:17 -07:00
..
BUILD Dereference pointers in Layer's Stringer impl 2020-04-08 23:30:09 -07:00
connections.go Test TCP behavior when receiving unacceptable segment in CLOSE_WAIT 2020-04-16 12:22:17 -07:00
dut.go Test TCP sender behavior against window shrinking 2020-04-07 17:49:21 -07:00
dut_client.go Packetimpact in Go with c++ stub 2020-03-17 08:53:27 -07:00
layers.go Use hex.Dump for Layer.String() of byte slices. 2020-04-15 14:59:15 -07:00
layers_test.go Use hex.Dump for Layer.String() of byte slices. 2020-04-15 14:59:15 -07:00
rawsockets.go Refactor connections.go to make it easier to add new connection types. 2020-04-15 13:01:11 -07:00