Docfix: what is that backslash doing there?
This commit is contained in:
@@ -140,7 +140,7 @@ func detectTLS(dir Direction, data []byte, _, _ int) (proto *Protocol, confidenc
|
||||
|
||||
// ALPNProtocol is a map of TLS Application-Layer Protocol Negotiation (ALPN) Protocol identifier to [Protocol].
|
||||
//
|
||||
// See https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids\
|
||||
// See https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids
|
||||
var ALPNProtocol = map[string]*Protocol{
|
||||
"acme-tls/1": {Type: TypeACME, Encapsulation: TypeTLS, Version: Version{Major: 1}}, // ACME-TLS/1
|
||||
"co": {Type: TypeCoAP, Encapsulation: TypeTLS}, // CoAP (over DTLS)
|
||||
|
Reference in New Issue
Block a user