diff options
author | 2010-12-03 13:33:44 +0000 | |
---|---|---|
committer | 2010-12-08 09:38:37 -0800 | |
commit | b1afde60f2b9ee8444fba4e012dc99a3b28d224d (patch) | |
tree | b1c37e988a51f9823471a5d6ac83023ed4f06197 /net/unix/af_unix.c | |
parent | cxgb4: fix MAC address hash filter (diff) | |
download | wireguard-linux-b1afde60f2b9ee8444fba4e012dc99a3b28d224d.tar.xz wireguard-linux-b1afde60f2b9ee8444fba4e012dc99a3b28d224d.zip |
tcp: Bug fix in initialization of receive window.
The bug has to do with boundary checks on the initial receive window.
If the initial receive window falls between init_cwnd and the
receive window specified by the user, the initial window is incorrectly
brought down to init_cwnd. The correct behavior is to allow it to
remain unchanged.
Signed-off-by: Nandita Dukkipati <nanditad@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions