PERFORCE change 124444 for review

Peter Wemm peter at FreeBSD.org
Wed Aug 1 00:26:26 UTC 2007


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

Change 124444 by peter at peter_daintree on 2007/08/01 00:26:09

	Revert to vendor.  Done differently in cvs.

Affected files ...

.. //depot/projects/hammer/sys/netinet/tcp_subr.c#72 edit

Differences ...

==== //depot/projects/hammer/sys/netinet/tcp_subr.c#72 (text+ko) ====

@@ -258,7 +258,7 @@
 	tcp_keepintvl = TCPTV_KEEPINTVL;
 	tcp_maxpersistidle = TCPTV_KEEP_IDLE;
 	tcp_msl = TCPTV_MSL;
-	tcp_rexmit_min = TCPTV_MIN < 1 ? 1 : TCPTV_MIN;
+	tcp_rexmit_min = TCPTV_MIN;
 	if (tcp_rexmit_min < 1)
 		tcp_rexmit_min = 1;
 	tcp_rexmit_slop = TCPTV_CPU_VAR;


More information about the p4-projects mailing list