Ejemplo n.º 1
0
  /**
   * Get the total average bandwidth, the number of bytes we've downloaded divided by the time since
   * we started downloading this torrent.
   *
   * @return The total average bandwidth speed, in KB/s
   */
  public float getAverageBandwidth() {

    // Ask the SimpleBandwidthTracker
    return _tracker.getAverageBandwidth();
  }