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
Unknown Object (File)
Mon, Aug 31, 11:07 PM
Unknown Object (File)
Wed, Aug 26, 10:35 AM
Unknown Object (File)
Fri, Aug 14, 7:03 PM
Unknown Object (File)
Fri, Aug 14, 11:57 AM
Unknown Object (File)
Fri, Aug 14, 11:57 AM
Unknown Object (File)
Thu, Aug 13, 1:28 PM
Unknown Object (File)
Thu, Aug 13, 4:05 AM
Unknown Object (File)
Thu, Aug 13, 4:05 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