git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464520
13f79535-47bb-0310-9956-
ffa450edef68
private boolean direct = true;
private long tcpSelectorTimeout = 5000;
//how many times to search for an available socket
- private int autoBind = 10;
+ private int autoBind = 100;
private int maxThreads = 6;
private int minThreads = 6;
private boolean tcpNoDelay = true;
<section name="Introduction">
-
+ <p>This goober is currently pretty broken, but we are working hard to fix it</p>
</section>
a server socket on the first available port in the range 4000-4010.
</attribute>
<attribute name="autoBind" required="false">
- Default value is <code>10</code>.
+ Default value is <code>100</code>.
Use this value if you wish to automatically avoid port conflicts the cluster receiver will try to open a
server socket on the <code>port</code> attribute port, and then work up <code>autoBind</code> number of times.
</attribute>