bug fixes,more log

This commit is contained in:
wangyu
2017-07-30 13:39:18 +08:00
committed by wangyu
parent b485efc4c3
commit e822e244b0
3 changed files with 87 additions and 60 deletions

View File

@@ -75,6 +75,8 @@ const uint32_t server_handshake_timeout=10000;// this should be much longer than
const int conv_clear_ratio=10; //conv grabage collecter check 1/10 of all conv one time
const int conn_clear_ratio=10;
const int conv_clear_min=5;
const int conn_clear_min=1;
const uint32_t heartbeat_interval=1000;