Method | Description | |
---|---|---|
Initialise ( BitField bitfield, TorrentFile files, IEnumerable |
|
|
PickPiece ( |
||
SlidingWindowPicker ( OctoTorrent.Client.PiecePicker picker ) : System |
Empty constructor for changing piece pickers
|
Method | Description | |
---|---|---|
SlidingWindowPicker ( OctoTorrent.Client.PiecePicker picker, int highPrioritySetSize ) : System |
Creates a new piece picker with support for prioritization of files. The sliding window will be positioned to the start of the first file to be downloaded
|
|
SlidingWindowPicker ( OctoTorrent.Client.PiecePicker picker, int highPrioritySetSize, int mediumToHighRatio ) : System |
Create a new SlidingWindowPicker with the given set sizes. The sliding window will be positioned to the start of the first file to be downloaded
|
public Initialise ( BitField bitfield, TorrentFile files, IEnumerable |
||
bitfield | BitField | |
files | TorrentFile | |
requests | IEnumerable |
|
return | void |
public PickPiece ( |
||
id | ||
peerBitfield | BitField | |
otherPeers | List |
|
count | int | |
startIndex | int | |
endIndex | int | |
return |
public SlidingWindowPicker ( OctoTorrent.Client.PiecePicker picker ) : System | ||
picker | OctoTorrent.Client.PiecePicker | |
return | System |