Add logging for SOCKS5 proxy errors

This commit is contained in:
Chocobo1 2020-03-24 14:10:47 +08:00
commit 54a685e953
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
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);