mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.5.git
synced 2025-01-22 07:21:52 -05:00
Fix bungee bind error.
This commit is contained in:
parent
30c3d2bfb9
commit
85ffb7f034
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ public class WebSocketListener extends WebSocketServer {
|
|||
|
||||
public WebSocketListener(ListenerInfo info, InetSocketAddress sock, ProxyServer bungeeCord) {
|
||||
super(info.getHost());
|
||||
this.setReuseAddr(true);
|
||||
this.setTcpNoDelay(true);
|
||||
this.setConnectionLostTimeout(20);
|
||||
this.start();
|
||||
|
|
Loading…
Reference in a new issue