Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2009 14:09:52 GMT
From:      Fang Wang <fangwang@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 163352 for review
Message-ID:  <200906021409.n52E9quv048160@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=163352

Change 163352 by fangwang@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 */
 };
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906021409.n52E9quv048160>