5354555657585960616263
boolean success = false; try { 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); }