jetty-9 javadoc improvement

This commit is contained in:
Greg Wilkins 2012-11-13 07:59:53 +11:00
parent 650ce2be66
commit d72feaa941
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class ServerConnector extends AbstractNetworkConnector
private volatile ServerSocketChannel _acceptChannel;
private volatile boolean _inheritChannel = false;
private volatile int _localPort = -1;
private volatile int _acceptQueueSize = 128;
private volatile int _acceptQueueSize = 0;
private volatile boolean _reuseAddress = true;
private volatile int _lingerTime = -1;