added send-direction failure direction,x86 binary

This commit is contained in:
wangyu
2017-08-08 15:49:11 +08:00
parent 307399b00a
commit ce2e6a094d
3 changed files with 88 additions and 35 deletions

View File

@@ -89,6 +89,7 @@ const u32_t timer_interval=400;//this should be smaller than heartbeat_interval
const u32_t conv_timeout=30000; //for test
const u32_t client_conn_timeout=10000;
const u32_t client_conn_uplink_timeout=client_conn_timeout+2000;
//const uint32_t server_conn_timeout=conv_timeout+60000;//this should be 60s+ longer than conv_timeout,so that conv_manager can destruct convs gradually,to avoid latency glicth
const u32_t server_conn_timeout=conv_timeout+10000;//for test