1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-25 12:22:57 +00:00

Don't listen to 10001 (#49)

This commit is contained in:
feiniks
2020-05-18 18:03:04 +08:00
committed by GitHub
parent 4ae8ea222f
commit f7e2a8d9ec

View File

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