Versions in this module Expand all Collapse all v0 v0.7.1 Sep 21, 2018 v0.7.0 Sep 16, 2018 Changes in this version + const AtypDomainName + const AtypIPv4 + const AtypIPv6 + const CommandTCP + const CommandUDP + const IDBytesLen + const OptionChunkMasking + const OptionChunkStream + const Version + var CipherMapping = map[string]byte + type Client struct + func NewClient(config Config) (*Client, error) + func (c *Client) New(conn net.Conn, dst *DstAddr) net.Conn + type Config struct + AlterID uint16 + Security string + TLS bool + UUID string + type Conn struct + func (vc *Conn) Read(b []byte) (int, error) + func (vc *Conn) Write(b []byte) (int, error) + type DstAddr struct + Addr []byte + AddrType byte + Port uint + type ID struct + CmdKey []byte + UUID *uuid.UUID + type Security = byte + const SecurityAES128GCM + const SecurityCHACHA20POLY1305 + const SecurityNone