Documentation ¶
Overview ¶
modified from https://github.com/yaling888/clash/blob/plus-pro/transport/vless/vless.go
Index ¶
Constants ¶
View Source
const ( CommandTCP byte = 1 CommandUDP byte = 2 )
Command types
View Source
const ( AtypIPv4 byte = 1 AtypDomainName byte = 2 AtypIPv6 byte = 3 )
Addr types
View Source
const Version byte = 0
Version of vmess
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is vless connection generator
func (*Client) PacketConn ¶
Click to show internal directories.
Click to hide internal directories.