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