Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
func (*Conn) SetAddrLen ¶
func (*Conn) SetCipher ¶
func (c *Conn) SetCipher(cipher *ciphers.StreamCipher)
type IObfs ¶
type IObfs interface { SetServerInfo(s *ServerInfo) GetServerInfo() (s *ServerInfo) Encode(data []byte) (encodedData []byte, err error) Decode(data []byte) (decodedData []byte, needSendBack bool, err error) SetData(data interface{}) GetData() interface{} }
Click to show internal directories.
Click to hide internal directories.