|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Mike Frantzen (frantzen
cvs.openbsd.org)Date: Sun Aug 19 2001 - 12:03:01 CDT
CVSROOT: /cvs
Module name: src
Changes by: frantzen
cvs.openbsd.org 2001/08/19 11:03:00
Modified files:
sys/net : pf.c
sbin/pfctl : pfctl_parser.c
Log message:
Unfuck some TCP state stuff that would drop the SYN|ACK.
Enumerated the TCP states.
Here's a mapping new->old tcp states if anyone gives a shit:
TCPS_CLOSED 0
TCPS_SYN_SENT 1
TCPS_ESTABLISHED 2
TCPS_CLOSING 3
TCPS_FIN_WAIT_2 4
TCPS_TIME_WAIT 5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]