Przeglądaj źródła

increased timeout

wangyu- 8 lat temu
rodzic
commit
a1d5a3805a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      common.h

+ 2 - 1
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;