mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-12-07 03:12:37 +00:00
Made sortlist support IPv6 (this can probably use some testing)
This commit is contained in:
@ -39,11 +39,6 @@
|
||||
#undef WIN32
|
||||
#endif
|
||||
|
||||
union ares_addr {
|
||||
struct in_addr addr4;
|
||||
struct in6_addr addr6;
|
||||
};
|
||||
|
||||
struct addr_query {
|
||||
/* Arguments passed to ares_gethostbyaddr() */
|
||||
ares_channel channel;
|
||||
|
||||
Reference in New Issue
Block a user