kernel/4.19: fix bbr patch(#42)

This commit is contained in:
QiuSimons 2020-02-26 19:19:48 +08:00 committed by GitHub
parent 899b8781ad
commit 1a79c63fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,9 +341,4 @@ diff --git a/include/net/tcp.h b/include/net/tcp.h
bool is_retrans; /* is sample from retransmission? */
+ bool is_ack_delayed; /* is this (likely) a delayed ACK? */
};
@@ -1026,2 +1027,4 @@
void (*pkts_acked)(struct sock *sk, const struct ack_sample *sample);
+ /* override sysctl_tcp_min_tso_segs */
+ u32 (*min_tso_segs)(struct sock *sk);
/* suggest number of segments for each skb to transmit (optional) */