Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MethodList = []string{
"aes-128-ctr",
"aes-192-ctr",
"aes-256-ctr",
"aes-128-cfb",
"aes-192-cfb",
"aes-256-cfb",
"rc4-md5",
"chacha20-ietf",
"xchacha20",
"chacha20",
}
Functions ¶
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.