gvisor/pkg/tcpip
Bruno Dal Bo 282a6aea1b Extract common nested LinkEndpoint pattern
... and unify logic for detached netsted endpoints.

sniffer.go caused crashes if a packet delivery is attempted when the dispatcher
is nil.

Extracted the endpoint nesting logic into a common composable type so it can be
used by the Fuchsia Netstack (the pattern is widespread there).

PiperOrigin-RevId: 317682842
2020-06-22 10:31:45 -07:00
..
adapters/gonet Drop flaky tag. 2020-06-05 16:39:08 -07:00
buffer Fix view.ToVectorisedView(). 2020-05-11 10:35:28 -07:00
checker
hash/jenkins
header netstack: parse incoming packet headers up-front 2020-06-07 13:38:43 -07:00
link Extract common nested LinkEndpoint pattern 2020-06-22 10:31:45 -07:00
network netstack: parse incoming packet headers up-front 2020-06-07 13:38:43 -07:00
ports Add support for SO_REUSEADDR to UDP sockets/endpoints. 2020-06-10 23:49:26 -07:00
sample
seqnum Don't accept segments outside the receive window 2020-04-19 22:16:14 -07:00
stack iptables: skip iptables if no rules are set 2020-06-18 19:46:36 -07:00
transport Implement UDP cheksum verification. 2020-06-19 11:43:20 -07:00
BUILD
tcpip.go Implement UDP cheksum verification. 2020-06-19 11:43:20 -07:00
tcpip_test.go
time.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
time_unsafe.go Update Go version build tags 2020-05-29 15:44:07 -07:00
timer.go
timer_test.go