diff options
author | Eyal Soha <eyalsoha@google.com> | 2020-04-19 22:14:53 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-19 22:16:14 -0700 |
commit | db2a60be67f0e869a58eb12d253a0d7fe13ebfa3 (patch) | |
tree | abd1a0ad3a7c84f301e5bad7f8ae83db8e9c03e3 /test | |
parent | 08b2fd9bc2a963ea15821b782cf6d80c15dbdf42 (diff) |
Don't accept segments outside the receive window
Fixed to match RFC 793 page 69.
Fixes #1607
PiperOrigin-RevId: 307334892
Diffstat (limited to 'test')
-rw-r--r-- | test/packetimpact/tests/BUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/packetimpact/tests/BUILD b/test/packetimpact/tests/BUILD index 1410512e6..47c722ccd 100644 --- a/test/packetimpact/tests/BUILD +++ b/test/packetimpact/tests/BUILD @@ -43,8 +43,6 @@ packetimpact_go_test( packetimpact_go_test( name = "tcp_outside_the_window", srcs = ["tcp_outside_the_window_test.go"], - # TODO(eyalsoha): Fix #1607 then remove the line below. - netstack = False, deps = [ "//pkg/tcpip/header", "//pkg/tcpip/seqnum", |