From 74b7437bd118e104f50831f8a8f3cc8d10aa2530 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Thu, 28 Mar 2019 16:31:52 -0700 Subject: tcp: remove sent rcv wnd 0 flag Change-Id: If6c672d1caa8884eb5d819311606a79a3de81200 Signed-off-by: Florin Coras --- src/vnet/tcp/tcp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/tcp/tcp.h') diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index d9f49df6d32..8383d014276 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -117,7 +117,6 @@ extern timer_expiration_handler tcp_timer_retransmit_syn_handler; #define foreach_tcp_connection_flag \ _(SNDACK, "Send ACK") \ _(FINSNT, "FIN sent") \ - _(SENT_RCV_WND0, "Sent 0 rcv_wnd") \ _(RECOVERY, "Recovery") \ _(FAST_RECOVERY, "Fast Recovery") \ _(DCNT_PENDING, "Disconnect pending") \ -- cgit 1.2.3-korg