forked from I2P_Developers/i2p.i2p
Peer test tries only one peer every 5 minutes, and uses a store of the peer's own router info, which is not helpful. Peer test records its result as a dbLookup success/failure, but for the peers that are not floodfill, this stat is useless. The tunnel test is disabled by default except for hidden mode. The tunnel test response time stat uses a large amount of memory (5 rates) and has apparently never been used since it was added in 2004. There's also a separate tunnel test time average variable, separate from the stat, that is also unused. Each is disabled with a separate hardcoded config, pending evaluation of whether and how to make the tests useful and where to effectively use the result for peer selection.