|
|
|
@ -36,9 +36,17 @@
@@ -36,9 +36,17 @@
|
|
|
|
|
#include <QWaitCondition> |
|
|
|
|
#include <QMutex> |
|
|
|
|
#include <QList> |
|
|
|
|
#include <libtorrent/asio/ip/tcp.hpp> |
|
|
|
|
#include "misc.h" |
|
|
|
|
|
|
|
|
|
#include <boost/version.hpp> |
|
|
|
|
#if BOOST_VERSION < 103500 |
|
|
|
|
#include <libtorrent/asio/ip/tcp.hpp> |
|
|
|
|
#else |
|
|
|
|
#include <boost/asio/ip/tcp.hpp> |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
using namespace libtorrent; |
|
|
|
|
|
|
|
|
|
#define MAX_THREADS 20 |
|
|
|
|
|
|
|
|
|
class ReverseResolutionST: public QThread { |
|
|
|
|