fixed cmake

This commit is contained in:
wangyu
2017-08-11 16:17:26 +08:00
parent e890a6344c
commit b16b37c879
3 changed files with 6 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ const u32_t client_retry_interval=1000;
const u32_t server_handshake_timeout=10000;// this should be much longer than clients. client retry initially ,server retry passtively
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 conn_clear_ratio=30;
const int conv_clear_min=5;
const int conn_clear_min=1;