aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_debug.h
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2019-08-20 07:14:00 -0700
committerDamjan Marion <dmarion@me.com>2019-08-21 08:25:05 +0000
commit2d9520eb85c6785a4a0e242373cd328c48565545 (patch)
treef082fb90fd099b417f310ecdd332358b9b3d83e7 /src/vnet/tcp/tcp_debug.h
parent58caa37dcac3cef95279f8b2c82082b1a2af6a62 (diff)
tcp: default to debug disabled
Type:fix Change-Id: Ib5c33f0bdb3a8b1c2585135fcc8c07b151e47df3 Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/vnet/tcp/tcp_debug.h')
-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)