diff options
author | Neil Spring <ntspring@fb.com> | 2021-08-26 00:01:17 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-08-27 04:00:40 +0300 |
commit | 3aa7857fe1d7ac7f600f5b7e1530396fb06822bf (patch) | |
tree | 2cc8e7ad1346e14878e66f4bdddadd2df910103f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 97c78d0af55fff206947a5f2b85b690b5acf28ce (diff) | |
download | linux-3aa7857fe1d7ac7f600f5b7e1530396fb06822bf.tar.xz |
tcp: enable mid stream window clamp
The TCP_WINDOW_CLAMP socket option is defined in tcp(7) to "Bound the size
of the advertised window to this value." Window clamping is distributed
across two variables, window_clamp ("Maximal window to advertise" in
tcp.h) and rcv_ssthresh ("Current window clamp").
This patch updates the function where the window clamp is set to also
reduce the current window clamp, rcv_sshthresh, if needed. With this,
setting the TCP_WINDOW_CLAMP option has the documented effect of limiting
the window.
Signed-off-by: Neil Spring <ntspring@fb.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20210825210117.1668371-1-ntspring@fb.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions