mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 08:50:52 +01:00
maybe
This commit is contained in:
parent
2bbdcfaf28
commit
059ee913c1
@ -33,6 +33,7 @@ public class NetworkExtensionsProducer implements ExtensionProducer {
|
||||
try {
|
||||
while (!serverSocket.isClosed()) {
|
||||
Socket extensionSocket = serverSocket.accept();
|
||||
extensionSocket.setTcpNoDelay(true);
|
||||
|
||||
new Thread(() -> {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user