Eric Dumazet e9266a02b7 tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()
Since commit 356f039822b (TCP: increase default initial receive
window.), we allow sender to send 10 (TCP_DEFAULT_INIT_RCVWND) segments.

Change tcp_fixup_rcvbuf() to reflect this change, even if no real change
is expected, since sysctl_tcp_rmem[1] = 87380 and this value
is bigger than tcp_fixup_rcvbuf() computed rcvmem (~23720)

Note: Since commit 356f039822b limited default window to maximum of
10*1460 and 2*MSS, we use same heuristic in this patch.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-10-20 16:54:51 -04:00
..
2011-04-22 11:04:14 -07:00
2011-04-22 11:04:14 -07:00
2011-03-12 15:08:49 -08:00
2011-10-13 16:05:07 -04:00
2011-10-19 03:10:46 -04:00
2011-05-12 23:03:46 -04:00
2011-10-19 03:10:46 -04:00
2011-10-19 03:10:46 -04:00
2011-07-01 16:11:15 -07:00
2011-08-12 02:55:28 -07:00
2011-02-01 15:35:25 -08:00
2011-06-08 17:05:30 -07:00
2011-03-31 11:26:23 -03:00
2011-10-19 03:10:46 -04:00
2011-03-31 11:26:23 -03:00
2011-10-19 03:10:46 -04:00
2010-10-27 11:37:32 -07:00
2010-07-12 12:57:54 -07:00