We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8306f1b commit 4dff417Copy full SHA for 4dff417
src/main/java/de/javasocketapi/core/Server.java
@@ -25,7 +25,7 @@ public void connect() throws IOException {
25
if (this.serverSocket == null) {
26
//initialise serverSocket
27
this.serverSocket = new ServerSocket(this.port);
28
- //this.serverSocket.setPerformancePreferences(0, 1, 2);
+ this.serverSocket.setPerformancePreferences(1, 0, 0);
29
}
30
//start accepting clients
31
this.serverSocketAcceptingThread = new ServerSocketAcceptingThread(this.serverSocket);
0 commit comments