diff options
author | Florin Coras <fcoras@cisco.com> | 2020-02-12 07:42:01 +0000 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-02-14 12:53:33 +0000 |
commit | 5e6305fb02ccdfd38c8c5e369a960deaa7602eba (patch) | |
tree | 87b1f93d572ae3c5b5a57a9382850751e608576a /src/vnet/tcp/tcp_error.def | |
parent | e84e9d708e0a7571bc24ae2f443462ed8cddbb84 (diff) |
tcp: minimal set of worker stats
Type: feature
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I9dafe564229095d50285276a654f4983f93faff2
Diffstat (limited to 'src/vnet/tcp/tcp_error.def')
-rw-r--r-- | src/vnet/tcp/tcp_error.def | 1 |
1 files changed, 0 insertions, 1 deletions
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") |