mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-16 13:11:36 +03:00
Fix compilation error with libtorrent v0.15
This commit is contained in:
parent
bcd81c0791
commit
64fd3044b1
1 changed files with 2 additions and 0 deletions
|
@ -392,8 +392,10 @@ void QBtSession::configureSession() {
|
|||
|
||||
sessionSettings.upnp_ignore_nonrouters = true;
|
||||
sessionSettings.use_dht_as_fallback = false;
|
||||
#if LIBTORRENT_VERSION_MINOR > 15
|
||||
// Disable support for SSL torrents for now
|
||||
sessionSettings.ssl_listen = 0;
|
||||
#endif
|
||||
// To prevent ISPs from blocking seeding
|
||||
sessionSettings.lazy_bitfields = true;
|
||||
// Speed up exit
|
||||
|
|
Loading…
Reference in a new issue