Skip to content

Commit

Permalink
change default addressbook for meshnet mode
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Jun 27, 2016
1 parent fff3587 commit 926ffe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AddressBook.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ namespace i2p
{
namespace client
{
#ifdef MESHNET
const char DEFAULT_SUBSCRIPTION_ADDRESS[] = "http://opo57rwxz27frnqxrwiyr6snkybuyetv25fyd25y6se6imj54xfq.b32.i2p/hosts.txt";
#else
const char DEFAULT_SUBSCRIPTION_ADDRESS[] = "http://joajgazyztfssty4w2on5oaqksz6tqoxbduy553y34mf4byv6gpq.b32.i2p/export/alive-hosts.txt";
#endif
const int INITIAL_SUBSCRIPTION_UPDATE_TIMEOUT = 3; // in minutes
const int INITIAL_SUBSCRIPTION_RETRY_TIMEOUT = 1; // in minutes
const int CONTINIOUS_SUBSCRIPTION_UPDATE_TIMEOUT = 720; // in minutes (12 hours)
Expand Down

0 comments on commit 926ffe2

Please sign in to comment.