mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 13:42:30 +00:00
Removed ifdef for ipv6.
This commit is contained in:
+1
-4
@@ -57,10 +57,9 @@ public:
|
||||
|
||||
void start();
|
||||
void close();
|
||||
#ifdef RAK_USE_INET6
|
||||
|
||||
bool is_using_ipv6() { return m_ipv6; }
|
||||
void retry_ipv6();
|
||||
#endif
|
||||
|
||||
bool is_busy() const { return m_handle; }
|
||||
bool is_active() const { return m_active; }
|
||||
@@ -79,9 +78,7 @@ private:
|
||||
void receive_timeout();
|
||||
|
||||
bool m_active;
|
||||
#ifdef RAK_USE_INET6
|
||||
bool m_ipv6;
|
||||
#endif
|
||||
|
||||
rak::priority_item m_taskTimeout;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user