diff options
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") |