tcp: disable cc elog debugging 03/18403/4
authorFlorin Coras <fcoras@cisco.com>
Wed, 20 Mar 2019 02:36:07 +0000 (19:36 -0700)
committerDave Barach <openvpp@barachs.net>
Wed, 20 Mar 2019 15:22:40 +0000 (15:22 +0000)
Change-Id: Iffed748a15b9f01b985f9a6a9574a7bc42ab55aa
Signed-off-by: Florin Coras <fcoras@cisco.com>
src/vnet/tcp/tcp_debug.h

index 7ef7558..cf07492 100755 (executable)
@@ -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            \