Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 05:19:53 +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));
---------