gvisor/pkg/tcpip/transport
Bhasker Hariharan b928d074b4 Ensure TCP TIME-WAIT is not terminated prematurely.
Netstack's TIME-WAIT state for a TCP socket could be terminated prematurely if
the socket entered TIME-WAIT using shutdown(..., SHUT_RDWR) and then was closed
using close(). This fixes that bug and updates the tests to verify that Netstack
correctly honors TIME-WAIT under such conditions.

Fixes #3106

PiperOrigin-RevId: 326456443
2020-08-13 09:04:31 -07:00
..
icmp Add AfterFunc to tcpip.Clock 2020-07-23 18:00:43 -07:00
packet Redirect TODO to GitHub issues 2020-07-28 21:24:26 -07:00
raw Add AfterFunc to tcpip.Clock 2020-07-23 18:00:43 -07:00
tcp Ensure TCP TIME-WAIT is not terminated prematurely. 2020-08-13 09:04:31 -07:00
tcpconntrack garbage collect connections 2020-07-13 12:00:46 -07:00
udp Populate IPPacketInfo with destination address 2020-08-10 16:22:31 -07:00