84858687888990
InetAddress bindaddr, int port) { this(codec, new InetSocketAddress(bindaddr, port)); } public DatagramTransport(SocketAddress bindaddr) { this(new BencodeMessageCodec(), bindaddr); }
83848586878889
InetAddress bindaddr, int port) { this(codec, new InetSocketAddress(bindaddr, port)); } public SocketTransport(SocketAddress bindaddr) { this(new BencodeMessageCodec(), bindaddr); }
5657585960616263646566
int prt = port+i; DHT dht = factory.newDHT(prt); dht.bind(new DatagramTransport( new BencodeMessageCodec(), prt)); dhts.add(dht); } success = true; } finally { if (!success) {