diff options
author | 2022-05-13 11:33:59 -0700 | |
---|---|---|
committer | 2022-05-16 10:18:56 +0100 | |
commit | 9957b38b5e7a44290f669757520ef2a5f5f6ceb8 (patch) | |
tree | 17bb0b50668fe977dd2a4d4670cb35c65862b045 /drivers/net/loopback.c | |
parent | net: limit GSO_MAX_SIZE to 524280 bytes (diff) | |
download | wireguard-linux-9957b38b5e7a44290f669757520ef2a5f5f6ceb8.tar.xz wireguard-linux-9957b38b5e7a44290f669757520ef2a5f5f6ceb8.zip |
tcp_cubic: make hystart_ack_delay() aware of BIG TCP
hystart_ack_delay() had the assumption that a TSO packet
would not be bigger than GSO_MAX_SIZE.
This will no longer be true.
We should use sk->sk_gso_max_size instead.
This reduces chances of spurious Hystart ACK train detections.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Alexander Duyck <alexanderduyck@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/loopback.c')
0 files changed, 0 insertions, 0 deletions