C# (CSharp) Universal.Torrent.Client.PiecePicking Namespace

Classes

Name Description
EndGamePicker
EndGamePicker.Request
IgnoringPicker
NullPicker
PiecePicker
RandomisedPicker
RarestFirstPicker
SlidingWindowPicker Generates a sliding window with high, medium, and low priority sets. The high priority set is downloaded first and in order. The medium and low priority sets are downloaded rarest first. This is intended to be used with a BitTorrent streaming application. The high priority set represents pieces that are needed SOON. This set is updated by calling code, to adapt for events (e.g. user fast-forwards or seeks, etc.)