forked from I2P_Developers/i2p.i2p
- Replace the old parallel lookup method with a true Kademlia lookup that iteratively queries additional floodfill peers returned in DatabaseSearchReplyMessages. This is a more efficient and reliable lookup that will work much better when not all floodfill peers are known, and it removes a serious limitation to network growth. - Limit max number of DSRM entries to look up - Cleanups, javadocs, log tweaks