Commit 76ea9470 by 段启岩

消息更新

parent 9753df36
......@@ -16,11 +16,11 @@ public class SocketIOConfig {
SocketConfig socketConfig = new SocketConfig();
socketConfig.setTcpNoDelay(true);
socketConfig.setSoLinger(0);
socketConfig.setTcpKeepAlive(false);
com.corundumstudio.socketio.Configuration config = new com.corundumstudio.socketio.Configuration();
config.setSocketConfig(socketConfig);
config.setHostname("0.0.0.0");
config.setPort(8002);
config.setRandomSession(true);
config.setOrigin(null);
config.setBossThreads(1);
config.setAllowCustomRequests(true);
......
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