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)
Sun, Apr 21, 3:03 AM
Unknown Object (File)
Fri, Apr 19, 10:16 PM
Unknown Object (File)
Sat, Apr 13, 10:14 PM
Unknown Object (File)
Jan 28 2024, 12:09 AM
Unknown Object (File)
Dec 20 2023, 1:48 AM
Unknown Object (File)
Dec 17 2023, 11:11 PM
Unknown Object (File)
Dec 14 2023, 10:06 PM
Unknown Object (File)
Dec 9 2023, 12:44 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