Initial pass at async resolving. This is ugly and leaks memory and I hate it, so dedicated thread incoming.
This commit is contained in:
6
adsbus/resolve.h
Normal file
6
adsbus/resolve.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
struct peer;
|
||||
struct addrinfo;
|
||||
|
||||
void resolve(struct peer *, const char *, const char *, int, struct addrinfo **, const char **);
|
||||
Reference in New Issue
Block a user