Home | History | Annotate | Download | only in server

Lines Matching defs:MAX_PORT_BIND_ATTEMPTS

97     private static final int MAX_PORT_BIND_ATTEMPTS = 10;
1144 for (int i = MAX_PORT_BIND_ATTEMPTS; i > 0; i--) {
1161 throw new IOException("Failed " + MAX_PORT_BIND_ATTEMPTS + " attempts to bind to a port");