Correct the wording as we are increasing the window size.

Reviewed by:	jhb
Sponsored by:	Limelight Networks
This commit is contained in:
Hiren Panchasara 2015-05-19 19:17:20 +00:00
parent a1febbf667
commit c52102dd25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283124

View File

@ -1542,7 +1542,7 @@ tcp_do_segment(struct mbuf *m, struct tcphdr *th, struct socket *so,
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;