From a1d5a3805a632f3557aab57ad466a63b8faf4ead Mon Sep 17 00:00:00 2001 From: wangyu- Date: Fri, 17 Nov 2017 01:17:31 -0600 Subject: [PATCH] increased timeout --- common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.h b/common.h index 00f4407..3b5719f 100644 --- a/common.h +++ b/common.h @@ -70,7 +70,8 @@ const int buf_len=max_data_len+200; //const u32_t timer_interval=400; ////const u32_t conv_timeout=180000; -const u32_t conv_timeout=180000;//for test +//const u32_t conv_timeout=40000;//for test +const u32_t conv_timeout=180000; const int max_conv_num=10000; const int max_conn_num=200;