Clean up "network interfaces configuration" code

This commit is contained in:
Chocobo1
2019-10-16 23:38:51 +08:00
parent c5da4d1500
commit 0d3152e4b0
2 changed files with 31 additions and 29 deletions

View File

@@ -520,7 +520,7 @@ namespace BitTorrent
void adjustLimits();
void applyBandwidthLimits();
void processBannedIPs(lt::ip_filter &filter);
const QStringList getListeningIPs();
QStringList getListeningIPs() const;
void configureListeningInterface();
void enableTracker(bool enable);
void enableBandwidthScheduler();