Documentation ¶
Overview ¶
Package scramblesuit provides an implementation of the ScrambleSuit obfuscation protocol. The implementation is client only.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct{}
Transport is the ScrambleSuit implementation of the base.Transport interface.
func (*Transport) ClientFactory ¶
func (t *Transport) ClientFactory(stateDir string) (base.ClientFactory, error)
ClientFactory returns a new ssClientFactory instance.
func (*Transport) Name ¶
Name returns the name of the ScrambleSuit transport protocol.
Click to show internal directories.
Click to hide internal directories.