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