Class SpeedCalculator

java.lang.Object
net.i2p.router.peermanager.SpeedCalculator

class SpeedCalculator extends Object
Quantify how fast the peer is - how fast they respond to our requests, how fast they pass messages on, etc. This should be affected both by their bandwidth/latency, as well as their load. IMPORTANT - This code has been through many iterations, and some versions were quite complex. If you are considering changes, review the change control history, and see the previous versions in change control to get 400+ lines of old code.
  • Constructor Details

    • SpeedCalculator

      SpeedCalculator()
  • Method Details

    • calc

      public static double calc(PeerProfile profile)