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)
Thu, Mar 27, 6:38 PM
Unknown Object (File)
Fri, Mar 21, 2:20 PM
Unknown Object (File)
Mar 17 2025, 11:50 AM
Unknown Object (File)
Mar 15 2025, 9:20 AM
Unknown Object (File)
Mar 12 2025, 12:28 AM
Unknown Object (File)
Mar 4 2025, 11:41 PM
Unknown Object (File)
Feb 10 2025, 1:04 PM
Unknown Object (File)
Feb 9 2025, 9:20 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

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