Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tcp:typo unset should be unsent

Signed-off-by: Weiping Pan <wpan@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Weiping Pan and committed by
David S. Miller
9ef71e0c b88ec38d

+1 -1
+1 -1
net/ipv4/tcp_output.c
··· 185 185 u32 tcp_default_init_rwnd(u32 mss) 186 186 { 187 187 /* Initial receive window should be twice of TCP_INIT_CWND to 188 - * enable proper sending of new unset data during fast recovery 188 + * enable proper sending of new unsent data during fast recovery 189 189 * (RFC 3517, Section 4, NextSeg() rule (2)). Further place a 190 190 * limit when mss is larger than 1460. 191 191 */