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