mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Expose 'bdecode limits' settings
This includes: * Bdecode depth limit * Bdecode token limit
This commit is contained in:
@@ -335,6 +335,10 @@ public:
|
||||
#endif // Q_OS_MACOS
|
||||
qint64 getTorrentFileSizeLimit() const;
|
||||
void setTorrentFileSizeLimit(qint64 value);
|
||||
int getBdecodeDepthLimit() const;
|
||||
void setBdecodeDepthLimit(int value);
|
||||
int getBdecodeTokenLimit() const;
|
||||
void setBdecodeTokenLimit(int value);
|
||||
|
||||
// Stuff that don't appear in the Options GUI but are saved
|
||||
// in the same file.
|
||||
|
||||
Reference in New Issue
Block a user