1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-06-24 20:51:35 +00:00

Don't listen to 10001

This commit is contained in:
杨赫然 2020-05-18 11:01:21 +08:00
parent 4ae8ea222f
commit 7343b45f5c

View File

@ -32,7 +32,7 @@ static inline char *GetDeafaultDir()
#define MAX_USERNAME_LEN 20 #define MAX_USERNAME_LEN 20
#define MIN_USERNAME_LEN 2 #define MIN_USERNAME_LEN 2
#define DEFAULT_PORT 10001 #define DEFAULT_PORT 0
#define CHAT_APP "Chat" #define CHAT_APP "Chat"
#define PEERMGR_APP "PeerMgr" #define PEERMGR_APP "PeerMgr"