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
F159332810: D17733.id.diff
Fri, Jun 12, 11:03 PM
F159317169: D17733.id49938.diff
Fri, Jun 12, 7:41 PM
Unknown Object (File)
Wed, Jun 10, 12:43 PM
Unknown Object (File)
Sun, May 17, 9:17 AM
Unknown Object (File)
Sun, May 17, 8:55 AM
Unknown Object (File)
Sun, May 17, 3:46 AM
Unknown Object (File)
Sun, May 17, 3:26 AM
Unknown Object (File)
Sat, May 16, 12:10 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