Initial friend finding might work a bit better.

This commit is contained in:
irungentoo_trip 2014-10-27 13:56:12 -07:00
parent c136145647
commit 18c66eed50

View File

@ -1126,10 +1126,10 @@ static void populate_path_nodes(Onion_Client *onion_c)
}
#define ANNOUNCE_FRIEND (ONION_NODE_PING_INTERVAL * 3)
#define ANNOUNCE_FRIEND_BEGINNING 5
#define ANNOUNCE_FRIEND_BEGINNING 3
#define FRIEND_ONION_NODE_TIMEOUT (ONION_NODE_TIMEOUT * 3)
#define RUN_COUNT_FRIEND_ANNOUNCE_BEGINNING 15
#define RUN_COUNT_FRIEND_ANNOUNCE_BEGINNING 17
static void do_friend(Onion_Client *onion_c, uint16_t friendnum)
{