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
F132435359: D17733.diff
Thu, Oct 16, 10:25 PM
Unknown Object (File)
Wed, Oct 15, 4:31 PM
Unknown Object (File)
Sun, Oct 12, 4:51 PM
Unknown Object (File)
Sun, Oct 12, 4:51 PM
Unknown Object (File)
Sun, Oct 12, 4:51 PM
Unknown Object (File)
Sun, Oct 12, 5:18 AM
Unknown Object (File)
Thu, Sep 18, 7:28 AM
Unknown Object (File)
Sep 14 2025, 4:53 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