gvisor/pkg/tcpip
Mithun Iyer fcf8d7c6dd Enqueue TCP sends arriving in SYN_SENT state.
TCP needs to enqueue any send requests arriving when the connection is in
SYN_SENT state. The data should be sent out soon after completion of the
connection handshake.

Fixes #3995

PiperOrigin-RevId: 332482041
2020-09-18 10:49:21 -07:00
..
adapters/gonet Fix Accept to not return error for sockets in accept queue. 2020-09-02 18:21:47 -07:00
buffer Migrate to PacketHeader API for PacketBuffer. 2020-08-13 13:08:57 -07:00
checker
hash/jenkins Standardize on tools directory. 2020-01-27 12:21:00 -08:00
header Use common parsing utilities when sniffing 2020-09-18 00:48:09 -07:00
link
network Use common parsing utilities when sniffing 2020-09-18 00:48:09 -07:00
ports Skip listening TCP ports when trying to bind a free port. 2020-08-20 13:25:23 -07:00
sample
seqnum Don't accept segments outside the receive window 2020-04-19 22:16:14 -07:00
stack ip6tables: filter table support 2020-09-17 21:54:48 -07:00
tests/integration Bind loopback subnets' lifetime to perm address 2020-09-16 14:56:52 -07:00
transport
BUILD Move tcpip.PacketBuffer and IPTables to stack package. 2020-03-24 09:06:26 -07:00
tcpip.go Automated rollback of changelist 329526153 2020-09-16 15:06:55 -07:00
tcpip_test.go Fix all printf formatting errors. 2020-04-08 10:14:34 -07:00
time.s
time_unsafe.go
timer.go
timer_test.go