PERFORCE change 146113 for review
    Rui Paulo 
    rpaulo at FreeBSD.org
       
    Mon Jul 28 12:42:57 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=146113
Change 146113 by rpaulo at rpaulo_zoo on 2008/07/28 12:42:20
	Style change.
Affected files ...
.. //depot/projects/tcpecn/netinet/tcp_var.h#8 edit
Differences ...
==== //depot/projects/tcpecn/netinet/tcp_var.h#8 (text+ko) ====
@@ -126,7 +126,7 @@
 #define	TF_TOE		0x2000000	/* this connection is offloaded */
 #define	TF_ECN_PERMIT	0x4000000	/* connection ECN-ready */
 #define	TF_ECN_SND_CWR	0x8000000	/* ECN CWR in queue */
-#define TF_ECN_SND_ECE	0x10000000	/* ECN ECE in queue */
+#define	TF_ECN_SND_ECE	0x10000000	/* ECN ECE in queue */
 
 	tcp_seq	snd_una;		/* send unacknowledged */
 	tcp_seq	snd_max;		/* highest sequence number sent;
    
    
More information about the p4-projects
mailing list