Less indentation
This commit is contained in:
parent
dc06648005
commit
1a54f32a77
@ -111,13 +111,13 @@ import org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap;
|
||||
*
|
||||
* on every 3 seconds:
|
||||
*
|
||||
* for (Iterator<Object> i = executor.getChildExecutorKeySet().iterator; i.hasNext();) {
|
||||
* InetAddress ip = (InetAddress) i.next();
|
||||
* if (there is no active connection from 'ip' now &&
|
||||
* there has been no incoming connection from 'ip' for last 10 minutes) {
|
||||
* i.remove();
|
||||
* }
|
||||
* }
|
||||
* for (Iterator<Object> i = executor.getChildExecutorKeySet().iterator; i.hasNext();) {
|
||||
* InetAddress ip = (InetAddress) i.next();
|
||||
* if (there is no active connection from 'ip' now &&
|
||||
* there has been no incoming connection from 'ip' for last 10 minutes) {
|
||||
* i.remove();
|
||||
* }
|
||||
* }
|
||||
* </pre>
|
||||
*
|
||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||
|
Loading…
x
Reference in New Issue
Block a user