C# Class OctoTorrent.Client.RandomisedPicker

Inheritance: OctoTorrent.Client.PiecePicker
Mostra file Open project: Eskat0n/OctoTorrent Class Usage Examples

Public Methods

Method Description
PickPiece ( PeerId id, BitField peerBitfield, List otherPeers, int count, int startIndex, int endIndex ) : MessageBundle
RandomisedPicker ( OctoTorrent.Client.PiecePicker picker ) : System

Method Details

PickPiece() public method

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

RandomisedPicker() public method

public RandomisedPicker ( OctoTorrent.Client.PiecePicker picker ) : System
picker OctoTorrent.Client.PiecePicker
return System