Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e744171 authored by Neal Cardwell's avatar Neal Cardwell Committed by David S. Miller
Browse files

tcp: increase ICSK_CA_PRIV_SIZE from 64 bytes to 88



The TCP CUBIC module already uses 64 bytes.
The upcoming TCP BBR module uses 88 bytes.

Signed-off-by: default avatarVan Jacobson <vanj@google.com>
Signed-off-by: default avatarNeal Cardwell <ncardwell@google.com>
Signed-off-by: default avatarYuchung Cheng <ycheng@google.com>
Signed-off-by: default avatarNandita Dukkipati <nanditad@google.com>
Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarSoheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c0402760
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -134,8 +134,8 @@ struct inet_connection_sock {
	} icsk_mtup;
	} icsk_mtup;
	u32			  icsk_user_timeout;
	u32			  icsk_user_timeout;


	u64			  icsk_ca_priv[64 / sizeof(u64)];
	u64			  icsk_ca_priv[88 / sizeof(u64)];
#define ICSK_CA_PRIV_SIZE      (8 * sizeof(u64))
#define ICSK_CA_PRIV_SIZE      (11 * sizeof(u64))
};
};


#define ICSK_TIME_RETRANS	1	/* Retransmit timer */
#define ICSK_TIME_RETRANS	1	/* Retransmit timer */