summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2012-10-28 19:22:18 +0000
committerandre <andre@FreeBSD.org>2012-10-28 19:22:18 +0000
commit36473a548bfb041fd9c8662eaf5d6ce655afe89d (patch)
treeafa904decd91f931b92f8d85fa4be6e5d2627952 /sys/netinet
parentab8a697d0af740f5e465e4a69b423dc890c85a47 (diff)
downloadFreeBSD-src-36473a548bfb041fd9c8662eaf5d6ce655afe89d.zip
FreeBSD-src-36473a548bfb041fd9c8662eaf5d6ce655afe89d.tar.gz
Update comment to reflect the change made in r242263.
MFC after: 2 weeks
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/tcp_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c
index e2f25f2..678ce32 100644
--- a/sys/netinet/tcp_timer.c
+++ b/sys/netinet/tcp_timer.c
@@ -578,7 +578,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
OpenPOWER on IntegriCloud