# File lib/rubytorrent/peer.rb, line 233
  def have_piece(piece)
    queue_message(:have, {:index => piece.index})
  end