Support Board
Date/Time: Sat, 01 Nov 2025 13:29:21 +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)); --------- |
