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)
Sat, May 11, 6:03 PM
Unknown Object (File)
Sat, May 11, 2:52 AM
Unknown Object (File)
Fri, May 10, 12:04 PM
Unknown Object (File)
Tue, May 7, 4:31 PM
Unknown Object (File)
Mon, Apr 29, 12:57 AM
Unknown Object (File)
Sun, Apr 28, 11:53 AM
Unknown Object (File)
Thu, Apr 25, 3:56 PM
Unknown Object (File)
Sun, Apr 21, 3:03 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

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