reverse DNS support

pull/16/head
Ryan Tharp 6 years ago
parent 1adc31d09d
commit 5ab68771e4

@ -28,6 +28,7 @@ struct dnsc_answer_request
/// result
bool found;
struct sockaddr result;
std::string revDNS;
// a reference to dnsc_context incase of multiple contexts
struct dnsc_context *context;
};

Loading…
Cancel
Save