Add a comment
This commit is contained in:
parent
348457f613
commit
a53b63720b
@ -258,7 +258,7 @@ public class BungeeCord extends ProxyServer
|
|||||||
};
|
};
|
||||||
new ServerBootstrap()
|
new ServerBootstrap()
|
||||||
.channel( PipelineUtils.getServerChannel() )
|
.channel( PipelineUtils.getServerChannel() )
|
||||||
.option( ChannelOption.SO_REUSEADDR, true )
|
.option( ChannelOption.SO_REUSEADDR, true ) // TODO: Move this elsewhere!
|
||||||
.childAttr( PipelineUtils.LISTENER, info )
|
.childAttr( PipelineUtils.LISTENER, info )
|
||||||
.childHandler( PipelineUtils.SERVER_CHILD )
|
.childHandler( PipelineUtils.SERVER_CHILD )
|
||||||
.group( eventLoops )
|
.group( eventLoops )
|
||||||
|
Loading…
Reference in New Issue
Block a user