PERFORCE change 143363 for review

Andre Oppermann andre at FreeBSD.org
Thu Jun 12 11:01:55 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=143363

Change 143363 by andre at andre_flirtbox on 2008/06/12 11:01:15

	Add TCPS_HAVECLOSED() macro.

Affected files ...

.. //depot/projects/tcp_new/netinet/tcp_fsm.h#3 edit

Differences ...

==== //depot/projects/tcp_new/netinet/tcp_fsm.h#3 (text+ko) ====

@@ -74,6 +74,7 @@
 #define	TCPS_HAVERCVDSYN(s)	((s) >= TCPS_SYN_RECEIVED)
 #define	TCPS_HAVEESTABLISHED(s)	((s) >= TCPS_ESTABLISHED)
 #define	TCPS_HAVERCVDFIN(s)	((s) == TCPS_CLOSE_WAIT || (s) >= TCPS_CLOSING)
+#define	TCPS_HAVECLOSED(s)	((s) > TCPS_CLOSE_WAIT)
 
 #ifdef	TCPOUTFLAGS
 /*


More information about the p4-projects mailing list