Documentation ¶
Index ¶
Constants ¶
View Source
const MaxPacketSize = 16*1024 - 1
Variables ¶
View Source
var MethodList = []string{
"aes-128-gcm",
"aes-192-gcm",
"aes-256-gcm",
"chacha20-ietf-poly1305",
"xchacha20-ietf-poly1305",
}
Functions ¶
This section is empty.
Types ¶
type Method ¶
type Method struct {
// contains filtered or unexported fields
}
func (*Method) DialEarlyConn ¶
func (*Method) DialPacketConn ¶
func (m *Method) DialPacketConn(conn net.Conn) N.NetPacketConn
Click to show internal directories.
Click to hide internal directories.