Documentation ¶
Overview ¶
Package obfs5 provides an implementation of the Tor Project's obfs5 obfuscation protocol.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientArgs ¶
type ClientArgs struct {
*obfs4.ClientArgs
}
type ClientFactory ¶
type ClientFactory struct {
*obfs4.ClientFactory
}
type Conn ¶
func NewClientConn ¶
func NewClientConn(conn net.Conn, args *ClientArgs) (c *Conn, err error)
type ServerFactory ¶
type ServerFactory struct {
*obfs4.ServerFactory
}
type Transport ¶
Transport is the obfs5 implementation of the base.Transport interface.
func (*Transport) ClientFactory ¶
func (t *Transport) ClientFactory(stateDir string) (base.ClientFactory, error)
ClientFactory returns a new ClientFactory instance.
func (*Transport) ServerFactory ¶
ServerFactory returns a new ServerFactory instance.
Click to show internal directories.
Click to hide internal directories.