加大tpc会话限制数量

This commit is contained in:
xzl 2017-05-09 10:45:29 +08:00
parent b646355545
commit a7f438d84f

View File

@ -17,7 +17,7 @@ namespace Config {
void loaIniConfig(); void loaIniConfig();
////////////TCP最大连接数/////////// ////////////TCP最大连接数///////////
#ifdef __x86_64__ #ifdef __x86_64__
#define MAX_TCP_SESSION 512 #define MAX_TCP_SESSION 100000
#else #else
#define MAX_TCP_SESSION 128 #define MAX_TCP_SESSION 128
#endif #endif