diff options
author | Eric Dumazet <edumazet@google.com> | 2025-05-13 19:39:10 +0000 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-05-15 11:30:08 -0700 |
commit | 65c5287892e9a881e41758cbf071df6ec9c24a76 (patch) | |
tree | 7776d47aeb29ac97b639bb9ebd326c2a98d368e8 /include/linux/tcp.h | |
parent | c1269d3d12b88151ee4c109624b5022d53a11738 (diff) |
tcp: fix sk_rcvbuf overshoot
Current autosizing in tcp_rcv_space_adjust() is too aggressive.
Instead of betting on possible losses and over estimate BDP,
it is better to only account for slow start.
The following patch is then adding a more precise tuning
in the events of packet losses.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250513193919.1089692-3-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/tcp.h')
0 files changed, 0 insertions, 0 deletions