diff options
author | Florin Coras <fcoras@cisco.com> | 2023-11-28 11:30:42 -0800 |
---|---|---|
committer | Dave Barach <vpp@barachs.net> | 2023-11-28 22:02:16 +0000 |
commit | 6ae6c98d7c548c31520fd3e4bcc3bc39bd1b74e6 (patch) | |
tree | 3877bd9c6a7dbb676ba125fd076d3db361b14003 /src/vnet/tcp/tcp_error.def | |
parent | bffd4461d2a49063a41f34ca73bcb2249e205651 (diff) |
tcp: add counter for accepted connections
Type: improvement
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I2925134cfcfa36c14b3b69efa892b9b96fce2e6f
Diffstat (limited to 'src/vnet/tcp/tcp_error.def')
-rw-r--r-- | src/vnet/tcp/tcp_error.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/tcp/tcp_error.def b/src/vnet/tcp/tcp_error.def index a6f0ce4b35f..87fdcc02615 100644 --- a/src/vnet/tcp/tcp_error.def +++ b/src/vnet/tcp/tcp_error.def @@ -49,3 +49,4 @@ tcp_error (RCV_WND, rcv_wnd, WARN, "Segment not in receive window") tcp_error (FIN_RCVD, fin_rcvd, INFO, "FINs received") tcp_error (LINK_LOCAL_RW, link_local_rw, ERROR, "No rewrite for link local connection") tcp_error (ZERO_RWND, zero_rwnd, WARN, "Zero receive window") +tcp_error (CONN_ACCEPTED, conn_accepted, INFO, "Connections accepted")
\ No newline at end of file |