Date: Sat, 15 Aug 2009 16:07:26 GMT From: Fang Wang <fangwang@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 167369 for review Message-ID: <200908151607.n7FG7Qxn085398@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=167369 Change 167369 by fangwang@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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908151607.n7FG7Qxn085398>