gvisor/pkg/tcpip/transport
Arthur Sfez 6c1237da03 Reply to invalid ACKs even when accept queue is full
Before checking if there is space in the accept queue, the listener
should verify that the cookie is valid. If it is not, instead of
silently dropping the packet, reply with an RST.

Fixes #6683

PiperOrigin-RevId: 400807346
2021-10-04 13:57:27 -07:00
..
icmp Implement S/R for TransportEndpointStats 2021-09-23 13:12:32 -07:00
internal/network Compose ICMP endpoint with datagram-based endpoint 2021-09-23 11:47:15 -07:00
packet Implement S/R for TransportEndpointStats 2021-09-23 13:12:32 -07:00
raw Implement S/R for TransportEndpointStats 2021-09-23 13:12:32 -07:00
tcp Reply to invalid ACKs even when accept queue is full 2021-10-04 13:57:27 -07:00
tcpconntrack Give TCP flags a dedicated type 2021-03-09 18:00:03 -08:00
udp Implement S/R for TransportEndpointStats 2021-09-23 13:12:32 -07:00
BUILD Extract network datagram endpoint common facilities 2021-09-01 17:12:24 -07:00
datagram.go Extract network datagram endpoint common facilities 2021-09-01 17:12:24 -07:00
transport.go Extract network datagram endpoint common facilities 2021-09-01 17:12:24 -07:00