Documentation ¶
Index ¶
Constants ¶
View Source
const ( NoError = 0x00 // No error. This is used when the connection or stream needs to be closed, but there is no error to signal. InternalError = 0x01 // The DoQ implementation encountered an internal error and is incapable of pursuing the transaction or the connection )
Errors
Variables ¶
View Source
var TlsProtos = []string{"doq-i02"}
TlsProtos stores the dnsoquic draft version for TLS protocol announcement
View Source
var TlsProtosCompat = []string{"doq-i02", "doq-i01", "doq-i00", "doq", "dq"}
TlsProtosCompat stores alternative TLS protocols for experimental interoperability
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.