# File lib/rubytorrent/controller.rb, line 207 def dlrate; @peers.inject(0) { |s, p| s + p.dlrate }; end