Page MenuHomeFreeBSD

pf: Count holes rather than fragments for reassembly
ClosedPublic

Authored by kp on Oct 28 2018, 6:29 AM.
Tags
None
Referenced Files
F136122448: D17732.diff
Sat, Nov 15, 11:15 PM
Unknown Object (File)
Sun, Nov 9, 6:56 PM
Unknown Object (File)
Fri, Nov 7, 8:06 AM
Unknown Object (File)
Tue, Nov 4, 7:24 PM
Unknown Object (File)
Mon, Nov 3, 12:46 PM
Unknown Object (File)
Mon, Nov 3, 12:46 PM
Unknown Object (File)
Mon, Nov 3, 12:45 PM
Unknown Object (File)
Fri, Oct 31, 5:44 AM

Details

Summary

Avoid traversing the list of fragment entris to check whether the
pf(4) reassembly is complete. Instead count the holes that are
created when inserting a fragment. If there are no holes left, the
fragments are continuous.

Obtained from: OpenBSD

Diff Detail

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