From 5e6305fb02ccdfd38c8c5e369a960deaa7602eba Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 12 Feb 2020 07:42:01 +0000 Subject: tcp: minimal set of worker stats Type: feature Signed-off-by: Florin Coras Change-Id: I9dafe564229095d50285276a654f4983f93faff2 --- src/vnet/tcp/tcp_error.def | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/tcp/tcp_error.def') diff --git a/src/vnet/tcp/tcp_error.def b/src/vnet/tcp/tcp_error.def index 5acc576e3cb..d51e7ebf756 100644 --- a/src/vnet/tcp/tcp_error.def +++ b/src/vnet/tcp/tcp_error.def @@ -37,7 +37,6 @@ tcp_error (ACK_DUP, "Duplicate ACK") tcp_error (ACK_OLD, "Old ACK") tcp_error (ACK_FUTURE, "Future ACK") tcp_error (PKTS_SENT, "Packets sent") -tcp_error (FILTERED_DUPACKS, "Filtered duplicate ACKs") tcp_error (RST_SENT, "Resets sent") tcp_error (RST_RCVD, "Resets received") tcp_error (INVALID_CONNECTION, "Invalid connection") -- cgit 1.2.3-korg