Documentation ¶
Overview ¶
Package meeklite provides an implementation of the Meek circumvention protocol. Only a client implementation is provided, and no effort is made to normalize the TLS fingerprint.
It borrows quite liberally from the real meek-client code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport struct{}
Transport is the Meek implementation of the base.Transport interface.
func (*Transport) ClientFactory ¶
func (t *Transport) ClientFactory(stateDir string) (base.ClientFactory, error)
ClientFactory returns a new meekClientFactory instance.
func (*Transport) Name ¶
Name returns the name of the Meek transport protocol.
Click to show internal directories.
Click to hide internal directories.