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
F105999247: D17733.diff
Mon, Dec 23, 4:39 PM
Unknown Object (File)
Tue, Dec 17, 8:47 AM
Unknown Object (File)
Mon, Dec 16, 5:53 PM
Unknown Object (File)
Sat, Dec 7, 4:46 AM
Unknown Object (File)
Wed, Nov 27, 12:37 PM
Unknown Object (File)
Nov 17 2024, 4:18 AM
Unknown Object (File)
Nov 10 2024, 7:36 PM
Unknown Object (File)
Oct 27 2024, 1:18 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