Change resolution to use a single resolve thread, and to clean up after itself.
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
struct peer;
|
||||
struct addrinfo;
|
||||
|
||||
void resolve_init();
|
||||
void resolve_cleanup();
|
||||
void resolve(struct peer *, const char *, const char *, int, struct addrinfo **, const char **);
|
||||
|
||||
Reference in New Issue
Block a user