http://git.skank.i2p/i2pplus/I2P.Plus/src/commit/9e5c4fb9313cc0f0a66b203d91dc7adb56970c0b/router/java/src/net/i2p/router/networkdb/kademlia/FloodfillPeerSelector.java
. * Puts the floodfill peers that are directly connected first in the list. * List will not include our own hash. * Returns new list, may be modified. * * @param key the ROUTING key (NOT the original key) * @param peersToIgnore can be null * @return List of Hash for the peers selected */ @Override List < Hash > selectMostReliablePeers ( Hash key , int maxNumRouters , Set < Hash > peersToIgnore , KBucketSet < Hash >...