mirror of https://github.com/getdnsapi/getdns.git
NLnet Labs reversed space takes long to lookup...
This commit is contained in:
parent
e2813299ee
commit
f1ea127e7a
|
@ -361,7 +361,7 @@
|
||||||
struct getdns_context *context = NULL;
|
struct getdns_context *context = NULL;
|
||||||
struct getdns_dict *address = NULL;
|
struct getdns_dict *address = NULL;
|
||||||
struct getdns_bindata address_type = { 5, (void *)"IPv4" };
|
struct getdns_bindata address_type = { 5, (void *)"IPv4" };
|
||||||
struct getdns_bindata address_data = { 4, (void *)"\xb9\x31\x8c\x00" };
|
struct getdns_bindata address_data = { 4, (void *)"\x08\x08\x08\x00" };
|
||||||
void* eventloop = NULL;
|
void* eventloop = NULL;
|
||||||
getdns_transaction_t transaction_id = 0;
|
getdns_transaction_t transaction_id = 0;
|
||||||
|
|
||||||
|
|
|
@ -304,7 +304,7 @@
|
||||||
struct getdns_context *context = NULL;
|
struct getdns_context *context = NULL;
|
||||||
struct getdns_dict *address = NULL;
|
struct getdns_dict *address = NULL;
|
||||||
struct getdns_bindata address_type = { 5, (void *)"IPv4" };
|
struct getdns_bindata address_type = { 5, (void *)"IPv4" };
|
||||||
struct getdns_bindata address_data = { 4, (void *)"\xb9\x31\x8c\x00" };
|
struct getdns_bindata address_data = { 4, (void *)"\x08\x08\x08\x00" };
|
||||||
struct getdns_dict *response = NULL;
|
struct getdns_dict *response = NULL;
|
||||||
|
|
||||||
CONTEXT_CREATE(TRUE);
|
CONTEXT_CREATE(TRUE);
|
||||||
|
|
Loading…
Reference in New Issue