diff options
author | Florin Coras <fcoras@cisco.com> | 2019-08-20 07:14:00 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-08-21 08:25:05 +0000 |
commit | 2d9520eb85c6785a4a0e242373cd328c48565545 (patch) | |
tree | f082fb90fd099b417f310ecdd332358b9b3d83e7 /src | |
parent | 58caa37dcac3cef95279f8b2c82082b1a2af6a62 (diff) |
tcp: default to debug disabled
Type:fix
Change-Id: Ib5c33f0bdb3a8b1c2585135fcc8c07b151e47df3
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src')
-rwxr-xr-x | src/vnet/tcp/tcp_debug.h | 2 |
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) |