diff options
author | Florin Coras <fcoras@cisco.com> | 2019-03-19 19:36:07 -0700 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-03-20 15:22:40 +0000 |
commit | e5c57d763b664ed7f9a0d8cd37a2c6f1111b07b9 (patch) | |
tree | 986351cc418831f7720e48f866ece3a471333509 /src/vnet/tcp/tcp_debug.h | |
parent | 47d165e4c1a5f571995d39b0ce142c06f17dea47 (diff) |
tcp: disable cc elog debugging
Change-Id: Iffed748a15b9f01b985f9a6a9574a7bc42ab55aa
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 7ef7558637e..cf074925435 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 (1) -#define TCP_DEBUG_CC_STAT (1) +#define TCP_DEBUG_CC (0) +#define TCP_DEBUG_CC_STAT (0) #define TCP_DEBUG_BUFFER_ALLOCATION (0) #define foreach_tcp_dbg_evt \ |