implemented server re-send packet

This commit is contained in:
wangyu
2017-07-30 23:18:37 +08:00
committed by wangyu
parent 49f3f0d04a
commit 9df06648ea
5 changed files with 125 additions and 52 deletions

View File

@@ -66,6 +66,8 @@ const int conn_clear_ratio=10;
const int conv_clear_min=5;
const int conn_clear_min=1;
const int max_fail_time=100000;
const uint32_t heartbeat_interval=1000;