From 2f8d8fa50175bf775f66ff15aff2cf08138ccfbd Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Fri, 26 Jan 2018 06:36:04 -0800 Subject: session: disconnect and echo client improvements Change-Id: If421bad17b6cfe8e321257c93bb38931e37d7b64 Signed-off-by: Florin Coras --- src/vnet/tcp/tcp_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/tcp') diff --git a/src/vnet/tcp/tcp_debug.h b/src/vnet/tcp/tcp_debug.h index e0db7f4f0fa..5d4f7d6879d 100755 --- a/src/vnet/tcp/tcp_debug.h +++ b/src/vnet/tcp/tcp_debug.h @@ -19,7 +19,7 @@ #include #define TCP_DEBUG (1) -#define TCP_DEBUG_SM (1) +#define TCP_DEBUG_SM (0) #define TCP_DEBUG_CC (0) #define TCP_DEBUG_CC_STAT (1) #define TCP_DEBUG_BUFFER_ALLOCATION (0) -- cgit 1.2.3-korg