Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSTCPConn ¶
type SSTCPConn struct { net.Conn *cipher.StreamCipher IObfs obfs.IObfs IProtocol protocol.IProtocol // contains filtered or unexported fields }
SSTCPConn the struct that override the net.Conn methods
func NewSSTCPConn ¶
func NewSSTCPConn(c net.Conn, cipher *cipher.StreamCipher) *SSTCPConn
Click to show internal directories.
Click to hide internal directories.