Documentation ¶
Overview ¶
Package obfs2 provides an implementation of the Tor Project's obfs2 obfuscation protocol. This protocol is considered trivially broken by most sophisticated adversaries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct{}
Transport is the obfs2 implementation of the base.Transport interface.
func (*Transport) ClientFactory ¶
func (t *Transport) ClientFactory(stateDir string) (base.ClientFactory, error)
ClientFactory returns a new obfs2ClientFactory instance.
func (*Transport) Name ¶
Name returns the name of the obfs2 transport protocol.
Click to show internal directories.
Click to hide internal directories.