gvisor/test/packetimpact/proto
Mithun Iyer 40faeaa180 Fix handling of unacceptable ACKs during close.
On receiving an ACK with unacceptable ACK number, in a closing state,
TCP, needs to reply back with an ACK with correct seq and ack numbers and
remain in same state. This change is as per RFC793 page 37, but with a
difference that it does not apply to ESTABLISHED state, just as in Linux.
Also add more tests to check for OTW sequence number and unacceptable
ack numbers in these states.

Fixes #3785

PiperOrigin-RevId: 329616283
2020-09-01 17:45:04 -07:00
..
BUILD Packetimpact in Go with c++ stub 2020-03-17 08:53:27 -07:00
posix_server.proto Fix handling of unacceptable ACKs during close. 2020-09-01 17:45:04 -07:00