summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/gofer/gofer.go
diff options
context:
space:
mode:
authorMithun Iyer <iyerm@google.com>2020-09-01 17:40:28 -0700
committerAndrei Vagin <avagin@gmail.com>2020-09-09 17:53:10 -0700
commit29306b3f646c57aaa475ffe224b04d4473e364c7 (patch)
treed1d84c4bf71ac32835936effea8416a6bb24b58a /pkg/sentry/fsimpl/gofer/gofer.go
parent574743ed7a1bcc6affdead0d19afb4c4ebc29362 (diff)
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
Diffstat (limited to 'pkg/sentry/fsimpl/gofer/gofer.go')
0 files changed, 0 insertions, 0 deletions