From: Florin Coras Date: Tue, 20 Aug 2019 14:14:00 +0000 (-0700) Subject: tcp: default to debug disabled X-Git-Tag: v20.05-rc0~958 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=2d9520eb85c6785a4a0e242373cd328c48565545;p=vpp.git tcp: default to debug disabled Type:fix 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)