PERFORCE change 163352 for review

Fang Wang fangwang at FreeBSD.org
Tue Jun 2 14:09:54 UTC 2009


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

Change 163352 by fangwang at fangwang_utobsd on 2009/06/02 14:09:16

	Add uto variables in struct tcpopt.

Affected files ...

.. //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_var.h#3 edit

Differences ...

==== //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_var.h#3 (text+ko) ====

@@ -282,6 +282,8 @@
 	u_int8_t	to_nsacks;	/* number of SACK blocks */
 	u_char		*to_sacks;	/* pointer to the first SACK blocks */
 	u_char		*to_signature;	/* pointer to the TCP-MD5 signature */
+    u_int16_t   to_uto:15;  /* user timeout */
+    u_int16_t   to_granularity:1; /* user timeout granularity */
 };
 
 /*


More information about the p4-projects mailing list