From 2ecbf6dc548bc7592db24d9541b05579312d0f63 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Tue, 20 Aug 2019 07:14:00 -0700 Subject: tcp: default to debug disabled Type:fix Ticket:VPP-1737 Change-Id: Ib5c33f0bdb3a8b1c2585135fcc8c07b151e47df3 Signed-off-by: Florin Coras --- src/vnet/tcp/tcp_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vnet/tcp/tcp_debug.h b/src/vnet/tcp/tcp_debug.h index dd2ada848cf..a8ddfb627d2 100755 --- a/src/vnet/tcp/tcp_debug.h +++ b/src/vnet/tcp/tcp_debug.h @@ -18,7 +18,7 @@ #include -#define TCP_DEBUG (1) +#define TCP_DEBUG (0) #define TCP_DEBUG_SM (0) #define TCP_DEBUG_CC (0) #define TCP_DEBUG_CC_STAT (0) -- cgit 1.2.3-korg