Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2015 19:17:21 +0000 (UTC)
From:      Hiren Panchasara <hiren@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283124 - head/sys/netinet
Message-ID:  <201505191917.t4JJHLZQ027119@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hiren
Date: Tue May 19 19:17:20 2015
New Revision: 283124
URL: https://svnweb.freebsd.org/changeset/base/283124

Log:
  Correct the wording as we are increasing the window size.
  
  Reviewed by:	jhb
  Sponsored by:	Limelight Networks

Modified:
  head/sys/netinet/tcp_input.c

Modified: head/sys/netinet/tcp_input.c
==============================================================================
--- head/sys/netinet/tcp_input.c	Tue May 19 19:15:19 2015	(r283123)
+++ head/sys/netinet/tcp_input.c	Tue May 19 19:17:20 2015	(r283124)
@@ -1542,7 +1542,7 @@ tcp_do_segment(struct mbuf *m, struct tc
 		tcp_timer_activate(tp, TT_KEEP, TP_KEEPIDLE(tp));
 
 	/*
-	 * Unscale the window into a 32-bit value.
+	 * Scale up the window into a 32-bit value.
 	 * For the SYN_SENT state the scale is zero.
 	 */
 	tiwin = th->th_win << tp->snd_scale;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505191917.t4JJHLZQ027119>