class QuartzTorrent::Interested

Interested message. Sent to tell peer we are interested in some piece they have.

Public Class Methods

new() click to toggle source
Calls superclass method QuartzTorrent::PeerWireMessage::new
# File lib/quartz_torrent/peermsg.rb, line 171
def initialize
  super(MessageInterested)
end

Public Instance Methods

payloadLength() click to toggle source
# File lib/quartz_torrent/peermsg.rb, line 174
def payloadLength
  0
end
unserialize(payload) click to toggle source
# File lib/quartz_torrent/peermsg.rb, line 177
def unserialize(payload)
end