diff options
author | Zeling Feng <zeling@google.com> | 2020-05-08 11:21:40 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-08 11:23:24 -0700 |
commit | 5d7d5ed7d6ffd8d420f042a22b22e0527e78d441 (patch) | |
tree | bf9a6eb8cdbb7411a195440b9c6bd665b0328dd9 /test | |
parent | c59e7b832c1fb099650da18f77ea1ccdbc6b2d96 (diff) |
Send ACK to OTW SEQs/unacc ACKs in CLOSE_WAIT
This fixed the corresponding packetimpact test.
PiperOrigin-RevId: 310593470
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 e4ced444b..563823d04 100644 --- a/test/packetimpact/tests/BUILD +++ b/test/packetimpact/tests/BUILD @@ -117,8 +117,6 @@ packetimpact_go_test( packetimpact_go_test( name = "tcp_close_wait_ack", srcs = ["tcp_close_wait_ack_test.go"], - # TODO(b/153574037): Fix netstack then remove the line below. - netstack = False, deps = [ "//pkg/tcpip/header", "//pkg/tcpip/seqnum", |