dnslib ~master (2021-06-17T16:36:39Z)
Dub
Repo
DnsNetConfig
dnslib
net
Undocumented in source.
struct
DnsNetConfig {
Protocol
protocol
;
uint
udpSizeLimit
;
string
server
;
string
serverName
;
bool
trusted
;
string
trustedCertificateFile
;
ushort
udpTcpPort
;
ushort
tlsPort
;
core
.
time
.
Duration
timeout
;
}
Members
Variables
protocol
Protocol
protocol
;
Undocumented in source.
server
string
server
;
Undocumented in source.
serverName
string
serverName
;
Undocumented in source.
timeout
core
.
time
.
Duration
timeout
;
Undocumented in source.
tlsPort
ushort
tlsPort
;
Undocumented in source.
trusted
bool
trusted
;
Undocumented in source.
trustedCertificateFile
string
trustedCertificateFile
;
Undocumented in source.
udpSizeLimit
uint
udpSizeLimit
;
Undocumented in source.
udpTcpPort
ushort
udpTcpPort
;
Undocumented in source.
Meta
Source
See Implementation
dnslib
net
enums
dnsQueryResult
functions
query
tcpQuery
tlsQuery
udpQuery
structs
DnsNetConfig
DnsNetStat
variables
UDP_REQUEST_DATA_SIZE_LIMIT