1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 00:46:36 +02:00

Rename DHTnodes to DHTnodes.json

This commit is contained in:
Jfreegman
2016-09-20 00:53:53 -04:00
parent a009f11c0c
commit 4f6c603543
3 changed files with 7 additions and 7 deletions

View File

@ -40,7 +40,7 @@ extern struct arg_opts arg_opts;
/* URL that we get the JSON encoded nodes list from. */
#define NODES_LIST_URL "https://nodes.tox.chat/json"
#define DEFAULT_NODES_FILENAME "DHTnodes"
#define DEFAULT_NODES_FILENAME "DHTnodes.json"
/* Time to wait between bootstrap attempts */
#define TRY_BOOTSTRAP_INTERVAL 5