PERFORCE change 167369 for review
Fang Wang
fangwang at FreeBSD.org
Sat Aug 15 16:07:26 UTC 2009
http://perforce.freebsd.org/chv.cgi?CH=167369
Change 167369 by fangwang at fangwang_utobsd on 2009/08/15 16:06:25
Adjust macro order.
Affected files ...
.. //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_timer.h#8 edit
Differences ...
==== //depot/projects/soc2009/tcputo/src/sys/netinet/tcp_timer.h#8 (text+ko) ====
@@ -117,8 +117,8 @@
*/
#define TCPTV_MIN ( hz/33 ) /* minimum allowable value */
#define TCPTV_CPU_VAR ( hz/5 ) /* cpu variance allowed (200ms) */
+#define TCP_REXMTMAX 64 /* max allowable REXMT value in seconds */
#define TCPTV_REXMTMAX ( TCP_REXMTMAX*hz ) /* max allowable REXMT value */
-#define TCP_REXMTMAX 64 /* max allowable REXMT value in seconds */
#define TCPTV_TWTRUNC 8 /* RTO factor to truncate TW */
#define TCP_LINGERTIME 120 /* linger at most 2 minutes */
More information about the p4-projects
mailing list