mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
FEATURE: Outgoing ports range can be customized (for QoS)
This commit is contained in:
@@ -427,6 +427,8 @@ void Bittorrent::configureSession() {
|
||||
sessionSettings.active_limit = -1;
|
||||
setQueueingEnabled(false);
|
||||
}
|
||||
// Outgoing ports
|
||||
sessionSettings.outgoing_ports = std::make_pair(Preferences::outgoingPortsMin(), Preferences::outgoingPortsMax());
|
||||
setSessionSettings(sessionSettings);
|
||||
// Bittorrent
|
||||
// * Max connections limit
|
||||
|
||||
Reference in New Issue
Block a user