when using netty to programe, I occur an question : "control maximum number of established connections" Is there such a method can implements this featrue?
just like : "serverBootstrap.option( ChannelOption.SO_BACKLOG,100);" which is used to set the maximum muber of un-accepted queue connections.