Login Page - Create Account

Support Board


Date/Time: Tue, 21 Jan 2025 04:16:55 +0000



Post From: Trying to run JAVA demo program

[2017-10-12 22:23:39]
User178540 - Posts: 15
Update, also setting the SET TCP NO DELAY didn't work. same result.
------------
Socket clientSocket = new Socket();
clientSocket.setTcpNoDelay(true);
clientSocket.connect(new InetSocketAddress("127.0.0.1", 11099));
---------