getdns_context_set_dns_transport (3) Linux Manual Page
NAME getdns_context_set_append_name, getdns_context_set_context_update_callback, getdns_context_set_dns_root_servers, getdns_context_set_dns_transport, getdns_context_set_dnssec_trust_anchors, getdns_context_set_dnssec_allowed_skew, getdns_context_set_follow_redirects, getdns_context_set_limit_outstanding_queries, getdns_context_set_namespaces, getdns_context_set_resolution_type, getdns_context_set_suffix, getdns_context_set_timeout, — getdns context manipulation routines LIBRARY DNS Resolver library (libgetdns, -lgetdns) SYNOPSIS #include <getdns.h> getdns_return_t getdns_context_set_append_name (getdns_context_t context, getdns_append_name_t when_to_append) getdns_return_t getdns_context_set_context_update_callback (getdns_context_t context, (*callback)(struct getdns_context *context, uint16_t changed_item)) getdns_return_t getdns_context_set_dns_root_servers (getdns_context_t context, getdns_list *root_addresses) getdns_return_t getdns_context_set_dns_transport (getdns_context_t context, uint16_t transport) getdns_return_t…
