1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 08:56:45 +02:00

add option to not connect to the DHT network

This commit is contained in:
Jfreegman
2014-08-12 18:59:27 -04:00
parent d6aaa95b25
commit a318bdb034
2 changed files with 30 additions and 19 deletions

View File

@ -76,6 +76,7 @@ struct arg_opts {
int use_ipv4;
int default_locale;
int use_custom_data;
int no_connect;
char config_path[MAX_STR_SIZE];
char nodes_path[MAX_STR_SIZE];
};