1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 18:46:35 +01:00

Add ipv6 support for bootstrap nodes and refactor parsing code

This commit is contained in:
Jfreegman
2016-09-21 21:22:05 -04:00
parent 703d5419a3
commit d2b572ede1
5 changed files with 204 additions and 91 deletions

View File

@@ -20,6 +20,9 @@
*
*/
#ifndef BOOTSTRAP_H
#define BOOTSTRAP_H
/* Manages connection to the Tox DHT network. */
void do_tox_connection(Tox *m);
@@ -32,3 +35,5 @@ void do_tox_connection(Tox *m);
* Return -3 if nodeslist file does not contain any valid node entries.
*/
int load_DHT_nodeslist(void);
#endif /* BOOTSTRAP_H */