Commit c595577f authored by 杨熙's avatar 杨熙

更改连接中控的端口号

parent 3d6e14a3
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#define RECV_MSG_SIZE 2048 #define RECV_MSG_SIZE 2048
//#define SERVER_LISTEN_PORT 5000 //#define SERVER_LISTEN_PORT 5000
#define SERVER_LISTEN_PORT 5000 //服务器监听端口 #define SERVER_LISTEN_PORT 5000 //服务器监听端口
#define ACK_LOCAL_PORT 4545 //ACK_本地端口 //测试4545 #define ACK_LOCAL_PORT 4546 //ACK_本地端口 //测试4546
#define SHORT_TIMEOUT 300 //短时间超时 #define SHORT_TIMEOUT 300 //短时间超时
#define LONG_TIMEOUT 500 //长时间超时 #define LONG_TIMEOUT 500 //长时间超时
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment