class QuartzTorrent::ReadRequestMetadata

Extra metadata stored in a PieceManagerRequestMetadata specific to read requests.

Attributes

peer[RW]
requestMsg[RW]

Public Class Methods

new(peer, requestMsg) click to toggle source
# File lib/quartz_torrent/peerclient.rb, line 24
def initialize(peer, requestMsg)
  @peer = peer
  @requestMsg = requestMsg
end