From: Florin Coras Date: Tue, 20 Aug 2019 14:14:00 +0000 (-0700) Subject: tcp: default to debug disabled X-Git-Tag: v19.08~2 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F21416%2F2;p=vpp.git tcp: default to debug disabled Type:fix Ticket:VPP-1737 Change-Id: Ib5c33f0bdb3a8b1c2585135fcc8c07b151e47df3 Signed-off-by: Florin Coras --- 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)