# File lib/rubytorrent/peer.rb, line 145
  def pending_recv; @want_blocks.find_all { |b| b.requested? }.length; end