mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
@@ -328,6 +328,10 @@ namespace BitTorrent
|
||||
virtual void setSendBufferWatermarkFactor(int value) = 0;
|
||||
virtual int connectionSpeed() const = 0;
|
||||
virtual void setConnectionSpeed(int value) = 0;
|
||||
virtual int socketSendBufferSize() const = 0;
|
||||
virtual void setSocketSendBufferSize(int value) = 0;
|
||||
virtual int socketReceiveBufferSize() const = 0;
|
||||
virtual void setSocketReceiveBufferSize(int value) = 0;
|
||||
virtual int socketBacklogSize() const = 0;
|
||||
virtual void setSocketBacklogSize(int value) = 0;
|
||||
virtual bool isAnonymousModeEnabled() const = 0;
|
||||
|
||||
Reference in New Issue
Block a user