Page MenuHomeFreeBSD

pf: syncookie support
ClosedPublic

Authored by kp on Jul 11 2021, 8:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 5:02 AM
Unknown Object (File)
Sun, Oct 26, 5:52 AM
Unknown Object (File)
Mon, Oct 20, 8:52 AM
Unknown Object (File)
Sun, Oct 19, 6:26 PM
Unknown Object (File)
Wed, Oct 15, 1:50 PM
Unknown Object (File)
Wed, Oct 15, 5:49 AM
Unknown Object (File)
Mon, Oct 13, 1:50 AM
Unknown Object (File)
Sun, Oct 12, 8:57 PM

Details

Summary

Import OpenBSD's syncookie support for pf. This feature help pf resist
TCP SYN floods by only creating states once the remote host completes
the TCP handshake rather than when the initial SYN packet is received.

This is accomplished by using the initial sequence numbers to encode a
cookie (hence the name) in the SYN+ACK response and verifying this on
receipt of the client ACK.

Obtained from: OpenBSD
MFC after: 1 week
Sponsored by: Modirum MDPay

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40434
Build 37323: arc lint + arc unit