cc = fcc.channelCreator();
}
RoutingBuilder routingBuilder = new RoutingBuilder();
if (tcp) {
routingBuilder.forceTCP(true);
}
routingBuilder.locationKey(peers[rnd1.nextInt(peers.length)].peerID());
routingBuilder.maxDirectHits(0);
routingBuilder.setMaxNoNewInfo(0);
routingBuilder.maxFailures(0);