Support Board
Date/Time: Tue, 04 Nov 2025 17:36:25 +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)); --------- |
