mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Add logging for SOCKS5 proxy errors
This commit is contained in:
parent
5049b76b40
commit
54a685e953
2 changed files with 18 additions and 0 deletions
|
@ -596,6 +596,9 @@ namespace BitTorrent
|
|||
#endif
|
||||
void handleStorageMovedAlert(const lt::storage_moved_alert *p);
|
||||
void handleStorageMovedFailedAlert(const lt::storage_moved_failed_alert *p);
|
||||
#if (LIBTORRENT_VERSION_NUM >= 10204)
|
||||
void handleSocks5Alert(const lt::socks5_alert *p) const;
|
||||
#endif
|
||||
|
||||
void createTorrentHandle(const lt::torrent_handle &nativeHandle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue