class QuartzTorrent::Choke

Choke message. Sent to tell peer they are choked.

Public Class Methods

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

Public Instance Methods

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