diff options
author | Florin Coras <fcoras@cisco.com> | 2017-05-17 14:21:51 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-05-18 21:53:24 +0000 |
commit | 06d110189e54220c533c5fe0cea7f23e531284b9 (patch) | |
tree | d8d8221df3757eba65085b10cf10077f8ee6e1f8 /src/vnet/tcp/tcp.h | |
parent | 324fe29346e16228d5dca349ea509254c9cd4ea5 (diff) |
Improve sack bytes accounting and testing
Change-Id: Iabeda0d0615b0f6fe20dd00611cb4c594d90b7eb
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp.h')
-rw-r--r-- | src/vnet/tcp/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/tcp/tcp.h b/src/vnet/tcp/tcp.h index 8212ada785e..8d24a70b929 100644 --- a/src/vnet/tcp/tcp.h +++ b/src/vnet/tcp/tcp.h @@ -389,6 +389,7 @@ void tcp_connection_reset (tcp_connection_t * tc); u8 *format_tcp_connection (u8 * s, va_list * args); u8 *format_tcp_connection_verbose (u8 * s, va_list * args); +u8 *format_tcp_scoreboard (u8 * s, va_list * args); always_inline tcp_connection_t * tcp_listener_get (u32 tli) |