Implement upgrage code.

This commit is contained in:
Vladimir Golovnev (Glassez)
2015-06-18 10:08:07 +03:00
parent de712c6ba9
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;