Page MenuHomeFreeBSD

pf: Split the fragment reassembly queue into smaller parts
ClosedPublic

Authored by kp on Oct 28 2018, 6:30 AM.
Tags
None
Referenced Files
F135820654: D17733.id49938.diff
Thu, Nov 13, 5:10 AM
Unknown Object (File)
Mon, Nov 3, 12:46 PM
Unknown Object (File)
Mon, Nov 3, 12:44 PM
Unknown Object (File)
Mon, Nov 3, 12:42 PM
Unknown Object (File)
Sun, Nov 2, 7:43 AM
Unknown Object (File)
Sat, Nov 1, 5:21 PM
Unknown Object (File)
Sun, Oct 26, 10:23 PM
Unknown Object (File)
Sun, Oct 26, 9:29 AM

Details

Summary

Remember 16 entry points based on the fragment offset. Instead of
a worst case of 8196 list traversals we now check a maximum of 512
list entries or 16 array elements.

Obtained from: OpenBSD

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable