mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Update listening status using native session extension
This commit is contained in:
parent
bdd56a52d3
commit
bac57de5f5
4 changed files with 42 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue