|
|
@ -91,7 +91,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
static const char PEER_ID[] = "qB"; |
|
|
|
static const char PEER_ID[] = "qB"; |
|
|
|
static const char RESUME_FOLDER[] = "BT_backup"; |
|
|
|
static const char RESUME_FOLDER[] = "BT_backup"; |
|
|
|
static const char USER_AGENT[] = "qBittorrent/" QBT_VERSION; // to pass trackers whitelists, using the "v" prefixed version string
|
|
|
|
static const char USER_AGENT[] = "qBittorrent/" QBT_VERSION_2; |
|
|
|
|
|
|
|
|
|
|
|
namespace libt = libtorrent; |
|
|
|
namespace libt = libtorrent; |
|
|
|
using namespace BitTorrent; |
|
|
|
using namespace BitTorrent; |
|
|
|