Merge pull request #3245 from glassez/upgrade

Upgrade to v3.3
This commit is contained in:
sledgehammer999
2015-06-20 16:33:32 +03:00
5 changed files with 147 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ using namespace BitTorrent;
#include "session.h"
static const char PEER_ID[] = "qB";
static const char RESUME_FOLDER[] = "ResumeData";
static const char RESUME_FOLDER[] = "BT_backup";
static const int MAX_TRACKER_ERRORS = 2;
namespace libt = libtorrent;