}
}
final FutureRouting futureRouting = new FutureRouting();
if (peerAddresses.size() == 0) {
futureRouting.neighbors(directHits, potentialHits, alreadyAsked, routingBuilder.isBootstrap(),
false);
} else {
// if a peer bootstraps to itself, then the size of peerAddresses
// is 1 and it contains itself. Check for that because we need to
// know if we are routing, bootstrapping and bootstrapping to