Enum UtpTcpMixedModeAlgorithm
Determines how to treat TCP connections when there are uTP connections.
Namespace: QBittorrent.Client
Assembly: QBittorrent.Client.dll
Syntax
public enum UtpTcpMixedModeAlgorithm
Fields
Name | Description |
---|---|
PeerProportional | Rate limit all TCP connections to their proportional share based on how many of the connections are TCP. |
PreferTcp | Prefer TCP connections. |