xuxiuxi
2017-07-20 ed06093fc948a49e79b9d70a4ac0b7a812a2b5ca
FaceServer/ev_server.h
@@ -9,7 +9,7 @@
#define SERVER_PORT 5432
#endif
#define REUSEADDR_ON 1
#define CLIENT_BUFFER_MAX 100*1024 // 100KB
#define CLIENT_BUFFER_MAX 1*1024*1024 // 1MB
#define CLIENT_READ_TIMES_MAX 100
#define CLIENT_MAX 100 // max count of clients connected //#todo not support