Revert "include: net: Adapt for bbrplus 5.10"
This reverts commit 9d4b1ab85e
.
This commit is contained in:
parent
cfd879d102
commit
08f01a7c9a
1 changed files with 2 additions and 2 deletions
|
@ -139,8 +139,8 @@ struct inet_connection_sock {
|
|||
|
||||
ANDROID_KABI_RESERVE(1);
|
||||
|
||||
#define ICSK_CA_PRIV_SIZE (144)
|
||||
u64 icsk_ca_priv[ICSK_CA_PRIV_SIZE / sizeof(u64)];
|
||||
u64 icsk_ca_priv[104 / sizeof(u64)];
|
||||
#define ICSK_CA_PRIV_SIZE (13 * sizeof(u64))
|
||||
};
|
||||
|
||||
#define ICSK_TIME_RETRANS 1 /* Retransmit timer */
|
||||
|
|
Loading…
Add table
Reference in a new issue