Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientPacketConnFunc ¶
func NewClientFakeTCPConnFunc ¶
func NewClientFakeTCPConnFunc(obfsPassword string, hopInterval time.Duration) ClientPacketConnFunc
func NewClientUDPConnFunc ¶
func NewClientUDPConnFunc(obfsPassword string, hopInterval time.Duration) ClientPacketConnFunc
func NewClientWeChatConnFunc ¶
func NewClientWeChatConnFunc(obfsPassword string, hopInterval time.Duration) ClientPacketConnFunc
type ClientPacketConnFuncFactory ¶
type ClientPacketConnFuncFactory func(obfsPassword string, hopInterval time.Duration) ClientPacketConnFunc
type ServerPacketConnFunc ¶
type ServerPacketConnFunc func(listen string) (net.PacketConn, error)
func NewServerFakeTCPConnFunc ¶
func NewServerFakeTCPConnFunc(obfsPassword string) ServerPacketConnFunc
func NewServerUDPConnFunc ¶
func NewServerUDPConnFunc(obfsPassword string) ServerPacketConnFunc
func NewServerWeChatConnFunc ¶
func NewServerWeChatConnFunc(obfsPassword string) ServerPacketConnFunc
type ServerPacketConnFuncFactory ¶
type ServerPacketConnFuncFactory func(obfsPassword string) ServerPacketConnFunc
Click to show internal directories.
Click to hide internal directories.