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)
Tue, Mar 4, 11:41 PM
Unknown Object (File)
Mon, Feb 10, 1:04 PM
Unknown Object (File)
Sun, Feb 9, 9:20 PM
Unknown Object (File)
Feb 4 2025, 4:56 PM
Unknown Object (File)
Jan 19 2025, 3:37 PM
Unknown Object (File)
Jan 11 2025, 12:37 PM
Unknown Object (File)
Jan 11 2025, 9:59 AM
Unknown Object (File)
Dec 23 2024, 4:39 PM

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