tcp: default to debug disabled 16/21416/2
authorFlorin Coras <[email protected]>
Tue, 20 Aug 2019 14:14:00 +0000 (07:14 -0700)
committerAndrew Yourtchenko <[email protected]>
Tue, 20 Aug 2019 18:14:26 +0000 (18:14 +0000)
Type:fix
Ticket:VPP-1737

Change-Id: Ib5c33f0bdb3a8b1c2585135fcc8c07b151e47df3
Signed-off-by: Florin Coras <[email protected]>
src/vnet/tcp/tcp_debug.h

index dd2ada8..a8ddfb6 100755 (executable)
@@ -18,7 +18,7 @@
 
 #include <vlib/vlib.h>
 
-#define TCP_DEBUG (1)
+#define TCP_DEBUG (0)
 #define TCP_DEBUG_SM (0)
 #define TCP_DEBUG_CC (0)
 #define TCP_DEBUG_CC_STAT (0)