diff options
author | 2025-07-21 19:20:22 +0200 | |
---|---|---|
committer | 2025-07-22 18:21:15 -0700 | |
commit | b115c7758802f8d14ba8797e0ba979c47d78f310 (patch) | |
tree | f01f7761091af9c48eeac8295d838ca67c984384 /tools/perf/scripts/python | |
parent | tcp: do not set a zero size receive buffer (diff) | |
download | wireguard-linux-b115c7758802f8d14ba8797e0ba979c47d78f310.tar.xz wireguard-linux-b115c7758802f8d14ba8797e0ba979c47d78f310.zip |
tcp: do not increment BeyondWindow MIB for old seq
The mentioned MIB is currently incremented even when a packet
with an old sequence number (i.e. a zero window probe) is received,
which is IMHO misleading.
Explicitly restrict such MIB increment at the relevant events.
Fixes: 6c758062c64d ("tcp: add LINUX_MIB_BEYOND_WINDOW")
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Link: https://patch.msgid.link/20d147292eb4b13b6535e0ad6f56be64d9c330d3.1753118029.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions