diff options
author | Florin Coras <fcoras@cisco.com> | 2019-02-21 16:46:24 -0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-02-22 10:55:27 +0000 |
commit | e5b17918e78c974b43fe41300d2f5d817e89c30b (patch) | |
tree | efa59300186940fcada3b4018443e14743bb38ed /src/vnet/tcp/tcp_debug.h | |
parent | 78b5fa6398d02af4f4f92e4bc9cc22c010ae24f9 (diff) |
tcp: send enough dupacks to cover all sack holes
Make sure we send enough dupacks to cover all the holes created in the
last frame received. Also make sure we send all the blocks, not just the
first.
Change-Id: I9597a34ac14473d1cc3ad07d65bc37043e3d0582
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp_debug.h')
-rwxr-xr-x | src/vnet/tcp/tcp_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/tcp/tcp_debug.h b/src/vnet/tcp/tcp_debug.h index cf074925435..7ef7558637e 100755 --- a/src/vnet/tcp/tcp_debug.h +++ b/src/vnet/tcp/tcp_debug.h @@ -20,8 +20,8 @@ #define TCP_DEBUG (1) #define TCP_DEBUG_SM (0) -#define TCP_DEBUG_CC (0) -#define TCP_DEBUG_CC_STAT (0) +#define TCP_DEBUG_CC (1) +#define TCP_DEBUG_CC_STAT (1) #define TCP_DEBUG_BUFFER_ALLOCATION (0) #define foreach_tcp_dbg_evt \ |