1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

whoops for the last commit

This commit is contained in:
Ryan Tharp 2018-09-20 12:37:19 +00:00
parent 8bcc3b7c24
commit c5208fc7ae

View file

@ -4,11 +4,14 @@
#include <llarp/net.hpp>
#include <map>
#include <vector>
#include <llarp/service/address.hpp>
// either a request or response?
// neither, it's a result set row
struct dns_pointer
{
struct sockaddr *hostResult;
llarp::service::Address b32addr;
};
struct ip_range
@ -32,6 +35,9 @@ struct dns_iptracker
void
dns_iptracker_init();
bool
dns_iptracker_setup(llarp::Addr tunGatewayIp);
struct dns_pointer *
dns_iptracker_get_free();