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
F148013323: D17733.id49718.diff
Sun, Mar 15, 4:55 AM
Unknown Object (File)
Sat, Mar 14, 2:42 AM
Unknown Object (File)
Mon, Mar 9, 10:02 PM
Unknown Object (File)
Mon, Mar 9, 11:26 AM
Unknown Object (File)
Sun, Mar 8, 9:57 AM
Unknown Object (File)
Sat, Mar 7, 7:23 PM
Unknown Object (File)
Fri, Mar 6, 7:54 PM
Unknown Object (File)
Fri, Mar 6, 10:27 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20480
Build 19912: arc lint + arc unit