[TCP]: Fix init_cwnd calculations in tcp_select_initial_window()
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 28 Sep 2005 23:31:48 +0000 (16:31 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 28 Sep 2005 23:31:48 +0000 (16:31 -0700)
commit6b251858d377196b8cea20e65cae60f584a42735
tree4078d1d7fb50c25e222db5c54562da10ea4b4d5d
parent64233bffbb50f12e576c61d1698a573c8033004a
[TCP]: Fix init_cwnd calculations in tcp_select_initial_window()

Match it up to what RFC2414 really specifies.
Noticed by Rick Jones.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c