Implement upgrage code.

This commit is contained in:
Vladimir Golovnev (Glassez) 2015-06-18 10:08:07 +03:00
commit b29f6916cb
4 changed files with 141 additions and 1 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;