gvisor/pkg/tcpip/network/fragmentation
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
..
BUILD Remove panic when reassembly fails. 2019-10-15 17:04:44 -07:00
frag_heap.go Update canonical repository. 2019-06-13 16:50:15 -07:00
frag_heap_test.go Update canonical repository. 2019-06-13 16:50:15 -07:00
fragmentation.go Remove panic when reassembly fails. 2019-10-15 17:04:44 -07:00
fragmentation_test.go Remove panic when reassembly fails. 2019-10-15 17:04:44 -07:00
reassembler.go Remove panic when reassembly fails. 2019-10-15 17:04:44 -07:00
reassembler_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00