mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-11-26 23:15:34 +08:00
conn_info_t::recover() ,reuse last_hb_sent_time
This commit is contained in:
2
common.h
2
common.h
@@ -77,7 +77,7 @@ const uint32_t heartbeat_interval=1000;
|
||||
const uint32_t timer_interval=400;//this should be smaller than heartbeat_interval and retry interval;
|
||||
|
||||
//const uint32_t conv_timeout=120000; //120 second
|
||||
const uint32_t conv_timeout=20000; //for test
|
||||
const uint32_t conv_timeout=30000; //for test
|
||||
|
||||
const uint32_t client_conn_timeout=10000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user