} catch (Exception ex) {
// nothing, fallback to default
}
}
// Create the LRU lists:
idleList = new SyncLRUList();
freeList = new SyncLRUList();
// Create the full client list:
csList = new SocketClientState();
// Create all our clients:
for (int i = 0 ; i < maxClients ; i++) {
if ( addClient(true) == null )