Enum ChokingAlgorithm
Defines the algorithm to use to determine which peers to unchoke.
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public enum ChokingAlgorithm
Fields
Name | Description |
---|---|
FixedSlots | The traditional choker with a fixed number of unchoke slots. |
RateBased | Opens up unchoke slots based on the upload rate achieved to peers. The more slots that are opened, the marginal upload rate required to open up another slot increases. |