# File lib/rubytorrent/peer.rb, line 82
  def rate
    (@rate * (@last - @since)).to_f / (Time.now - @since)
  end