Add a comment

This commit is contained in:
md_5 2014-06-26 19:24:05 +10:00
parent 348457f613
commit a53b63720b

View File

@ -258,7 +258,7 @@ public class BungeeCord extends ProxyServer
};
new ServerBootstrap()
.channel( PipelineUtils.getServerChannel() )
.option( ChannelOption.SO_REUSEADDR, true )
.option( ChannelOption.SO_REUSEADDR, true ) // TODO: Move this elsewhere!
.childAttr( PipelineUtils.LISTENER, info )
.childHandler( PipelineUtils.SERVER_CHILD )
.group( eventLoops )