gvisor/pkg/tcpip
Bhasker Hariharan f98c3ee32c Remove panic when reassembly fails.
Reassembly can fail due to an invalid sequence of fragments
being received. eg. Multiple fragments with same id which
claim to be the last one by setting the more flag to 0 etc.
It's safer to just drop the reassembler and increment a metric
than to panic when reassembly fails.

PiperOrigin-RevId: 274920901
2019-10-15 17:04:44 -07:00
..
adapters/gonet Remove centralized registration of protocols. 2019-09-25 12:57:05 -07:00
buffer Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
checker Make UDP traceroute work. 2019-09-03 16:01:17 -07:00
hash/jenkins Remove go_test from go_stateify and go_marshal 2019-09-12 15:10:17 -07:00
header Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
iptables Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
link Use a different fanoutID for each new fdbased endpoint. 2019-10-14 13:10:16 -07:00
network Remove panic when reassembly fails. 2019-10-15 17:04:44 -07:00
ports Fix bugs in PickEphemeralPort for TCP. 2019-09-30 13:55:22 -07:00
sample Remove centralized registration of protocols. 2019-09-25 12:57:05 -07:00
seqnum Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
stack Set NDP hop limit in accordance with RFC 4861 2019-10-15 12:43:25 -07:00
transport Internal change. 2019-10-14 17:46:52 -07:00
BUILD Reorder BUILD license and load functions in netstack. 2019-10-14 15:21:59 -07:00
tcpip.go Set NDP hop limit in accordance with RFC 4861 2019-10-15 12:43:25 -07:00
tcpip_test.go Implement proper local broadcast behavior 2019-10-03 19:31:35 -07:00
time.s
time_unsafe.go