Enum SeedChokingAlgorithm
Defines the seeding unchoke behavior.
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public enum SeedChokingAlgorithm
Fields
Name | Description |
---|---|
AntiLeech | Prioritizes peers who have just started or are just about to finish the download. The intention is to force peers in the middle of the download to trade with each other. |
FastestUpload | Unchokes the peers we can send to the fastest. This might be a bit more reliable in utilizing all available capacity. |
RoundRobin | Rotates the peers that are unchoked when seeding. This distributes the upload bandwidth uniformly and fairly. It minimizes the ability for a peer to download everything without redistributing it. |