diff options
author | 2017-12-10 17:55:02 -0800 | |
---|---|---|
committer | 2017-12-12 10:53:03 -0500 | |
commit | 02db55718d53f9d426cee504c27fb768e9ed4ffe (patch) | |
tree | 8fd716f12391fe8ab8c6050a4cf36dc7c9290d47 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | forcedeth: remove unnecessary structure member (diff) | |
download | linux-dev-02db55718d53f9d426cee504c27fb768e9ed4ffe.tar.xz linux-dev-02db55718d53f9d426cee504c27fb768e9ed4ffe.zip |
tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
While rcvbuf is properly clamped by tcp_rmem[2], rcvwin
is left to a potentially too big value.
It has no serious effect, since :
1) tcp_grow_window() has very strict checks.
2) window_clamp can be mangled by user space to any value anyway.
tcp_init_buffer_space() and companions use tcp_full_space(),
we use tcp_win_from_space() to avoid reloading sk->sk_rcvbuf
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Wei Wang <weiwan@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions