This commit is contained in:
wangyu
2017-07-31 13:26:07 +08:00
committed by wangyu
parent 00bc3453e2
commit cea566f187
2 changed files with 4 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
#include<unordered_map>
using namespace std;
const int max_data_len=800;
const int max_data_len=1600;
const int buf_len=max_data_len+200;
const uint32_t max_handshake_conn_num=10000;
const uint32_t max_ready_conn_num=1000;