5556575859606162636465
for (int i = 0; i < count; i++) { int prt = port+i; DHT dht = factory.newDHT(prt); dht.bind(new DatagramTransport( new BencodeMessageCodec(), prt)); dhts.add(dht); } success = true; } finally {