Handle to the stub resolver. More...
Data Fields | |
struct GNUNET_DNSSTUB_RequestSocket * | sockets |
Array of all open sockets for DNS requests. More... | |
struct DnsServer * | dns_head |
DLL of DNS resolvers we use. More... | |
struct DnsServer * | dns_tail |
DLL of DNS resolvers we use. More... | |
struct GNUNET_TIME_Relative | retry_freq |
How frequently do we retry requests? More... | |
unsigned int | num_sockets |
Length of sockets array. More... | |
struct GNUNET_DNSSTUB_RequestSocket* GNUNET_DNSSTUB_Context::sockets |
struct DnsServer* GNUNET_DNSSTUB_Context::dns_head |
struct DnsServer* GNUNET_DNSSTUB_Context::dns_tail |
struct GNUNET_TIME_Relative GNUNET_DNSSTUB_Context::retry_freq |
unsigned int GNUNET_DNSSTUB_Context::num_sockets |
Length of sockets array.
Definition at line 149 of file dnsstub.c.
Referenced by GNUNET_DNSSTUB_start().