svn commit: r237120 - user/andre/tcp_workqueue/sys/netinet

Andre Oppermann andre at FreeBSD.org
Fri Jun 15 07:38:57 UTC 2012


Author: andre
Date: Fri Jun 15 07:38:56 2012
New Revision: 237120
URL: http://svn.freebsd.org/changeset/base/237120

Log:
  Update comment to reflect the change made in r237064.

Modified:
  user/andre/tcp_workqueue/sys/netinet/tcp_timer.c

Modified: user/andre/tcp_workqueue/sys/netinet/tcp_timer.c
==============================================================================
--- user/andre/tcp_workqueue/sys/netinet/tcp_timer.c	Fri Jun 15 07:38:21 2012	(r237119)
+++ user/andre/tcp_workqueue/sys/netinet/tcp_timer.c	Fri Jun 15 07:38:56 2012	(r237120)
@@ -559,7 +559,7 @@ tcp_timer_rexmt(void * xtp)
 	TCPT_RANGESET(tp->t_rxtcur, rexmt,
 		      tp->t_rttmin, TCPTV_REXMTMAX);
 	/*
-	 * Disable rfc1323 if we haven't got any response to
+	 * Disable rfc1323 and SACK if we haven't got any response to
 	 * our third SYN to work-around some broken terminal servers
 	 * (most of which have hopefully been retired) that have bad VJ
 	 * header compression code which trashes TCP segments containing


More information about the svn-src-user mailing list