disabled force socket buf size by default

This commit is contained in:
wangyu-
2017-09-04 03:21:34 -05:00
parent c8113ccb06
commit 934a65e7bf
4 changed files with 66 additions and 20 deletions

View File

@@ -107,6 +107,7 @@ enum program_mode_t {unset_mode=0,client_mode,server_mode};
extern program_mode_t program_mode;
extern unordered_map<int, const char*> raw_mode_tostring ;
extern int socket_buf_size;
extern int force_socket_buf;
typedef u32_t id_t;