dnslib.net

Undocumented in source.

Members

Enums

dnsQueryResult
enum dnsQueryResult
Undocumented in source.

Functions

query
dnsQueryResult query(DnsNetConfig netConfig, ubyte[] requestData, ubyte[] responseData, DnsNetStat netStat)
Undocumented in source. Be warned that the author may not have intended to support it.
tcpQuery
dnsQueryResult tcpQuery(DnsNetConfig netConfig, ubyte[] requestData, ubyte[] responseData, DnsNetStat netStat)
Undocumented in source. Be warned that the author may not have intended to support it.
tlsQuery
dnsQueryResult tlsQuery(DnsNetConfig netConfig, ubyte[] requestData, ubyte[] responseData, DnsNetStat netStat)
Undocumented in source. Be warned that the author may not have intended to support it.
udpQuery
dnsQueryResult udpQuery(DnsNetConfig netConfig, ubyte[] requestData, ubyte[] responseData, DnsNetStat netStat)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DnsNetConfig
struct DnsNetConfig
Undocumented in source.
DnsNetStat
struct DnsNetStat
Undocumented in source.

Variables

UDP_REQUEST_DATA_SIZE_LIMIT
auto UDP_REQUEST_DATA_SIZE_LIMIT;
Undocumented in source.

Meta