gvisor/pkg/tcpip/transport
Mithun Iyer 326394b79a Fix listener close, client connect race
Fix a race where the ACK completing the handshake can be dropped by
a closing listener without RST to the peer. The listener close would
reset the accepted queue and that causes the connecting endpoint
in SYNRCVD state to drop the ACK thinking the queue if filled up.

PiperOrigin-RevId: 368165509
2021-04-13 00:58:56 -07:00
..
icmp Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
packet Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
raw Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00
tcp Fix listener close, client connect race 2021-04-13 00:58:56 -07:00
tcpconntrack Give TCP flags a dedicated type 2021-03-09 18:00:03 -08:00
udp Add POLLRDNORM/POLLWRNORM support. 2021-03-24 12:11:44 -07:00