aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2019-08-20 07:14:00 -0700
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-08-20 18:14:26 +0000
commit2ecbf6dc548bc7592db24d9541b05579312d0f63 (patch)
tree461471c8cf05ef975c0dff2e8a8517870e3bf4ff
parent14c7756ad8867ca96300ad0f38b89f24ee19dff6 (diff)
tcp: default to debug disabled
Type:fix Ticket:VPP-1737 Change-Id: Ib5c33f0bdb3a8b1c2585135fcc8c07b151e47df3 Signed-off-by: Florin Coras <fcoras@cisco.com>
-rwxr-xr-xsrc/vnet/tcp/tcp_debug.h2
1 files changed, 1 insertions, 1 deletions
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 <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)