Update listening status using native session extension

This commit is contained in:
Vladimir Golovnev (Glassez) 2022-10-28 20:34:23 +03:00
commit bac57de5f5
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
4 changed files with 42 additions and 2 deletions

View file

@ -65,6 +65,7 @@ class QUrl;
class BandwidthScheduler;
class FileSearcher;
class FilterParserThread;
class NativeSessionExtension;
namespace Net
{
@ -549,6 +550,7 @@ namespace BitTorrent
// BitTorrent
lt::session *m_nativeSession = nullptr;
NativeSessionExtension *m_nativeSessionExtension = nullptr;
bool m_deferredConfigureScheduled = false;
bool m_IPFilteringConfigured = false;