Add logging for SOCKS5 proxy errors

This commit is contained in:
Chocobo1
2020-03-24 14:10:47 +08:00
parent 5049b76b40
commit 54a685e953
2 changed files with 18 additions and 0 deletions

View File

@@ -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);