From 45ca73f6af1584a44886d5a13702885be58df1b6 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 27 Sep 2018 09:19:29 -0700 Subject: tcp: use scaled window for new connects Change-Id: Idf83fce8ca176e57b323e3741034e3223f1d195a Signed-off-by: Florin Coras --- src/vnet/tcp/tcp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/tcp/tcp.h') diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index 37b4573cf25..165659b6d9f 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -658,6 +658,7 @@ tcp_is_lost_fin (tcp_connection_t * tc) return 0; } +u32 tcp_snd_space (tcp_connection_t * tc); void tcp_retransmit_first_unacked (tcp_connection_t * tc); void tcp_fast_retransmit_no_sack (tcp_connection_t * tc); void tcp_fast_retransmit_sack (tcp_connection_t * tc); -- cgit 1.2.3-korg