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
Unknown Object (File)
Mon, Dec 23, 4:39 PM
Unknown Object (File)
Tue, Dec 17, 8:47 AM
Unknown Object (File)
Mon, Dec 16, 5:53 PM
Unknown Object (File)
Dec 7 2024, 4:46 AM
Unknown Object (File)
Nov 27 2024, 12:37 PM
Unknown Object (File)
Nov 17 2024, 4:18 AM
Unknown Object (File)
Nov 10 2024, 7:36 PM
Unknown Object (File)
Oct 27 2024, 1:18 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