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

Inheritance: PiecePicker
Afficher le fichier Open project: haroldma/Universal.Torrent

Méthodes publiques

Méthode Description
PickPiece ( PeerId id, BitField peerBitfield, List otherPeers, int count, int startIndex, int endIndex ) : MessageBundle
RandomisedPicker ( PiecePicker picker ) : System

Method Details

PickPiece() public méthode

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
Résultat MessageBundle

RandomisedPicker() public méthode

public RandomisedPicker ( PiecePicker picker ) : System
picker PiecePicker
Résultat System