C# Class Universal.Torrent.Client.PiecePicking.IgnoringPicker

Inheritance: PiecePicker
Mostra file Open project: haroldma/Universal.Torrent

Public Methods

Method Description
IgnoringPicker ( BitField bitfield, PiecePicker picker ) : System.Collections.Generic
IsInteresting ( BitField bitfield ) : bool
PickPiece ( PeerId id, BitField peerBitfield, List otherPeers, int count, int startIndex, int endIndex ) : MessageBundle

Method Details

IgnoringPicker() public method

public IgnoringPicker ( BitField bitfield, PiecePicker picker ) : System.Collections.Generic
bitfield BitField
picker PiecePicker
return System.Collections.Generic

IsInteresting() public method

public IsInteresting ( BitField bitfield ) : bool
bitfield BitField
return bool

PickPiece() public method

public PickPiece ( PeerId id, BitField peerBitfield, List otherPeers, int count, int startIndex, int endIndex ) : MessageBundle
id Universal.Torrent.Client.PeerConnections.PeerId
peerBitfield BitField
otherPeers List
count int
startIndex int
endIndex int
return MessageBundle