Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-29 | Discard IP fragments as soon as it expires | Toshi Kikuchi | |
Currently expired IP fragments are discarded only if another fragment for the same IP datagram is received after timeout or the total size of the fragment queue exceeded a predefined value. Test: fragmentation.TestReassemblingTimeout Fixes #3960 PiperOrigin-RevId: 334423710 | |||
2020-09-22 | Move stack.fakeClock into a separate package | Toshi Kikuchi | |
PiperOrigin-RevId: 333138701 |