Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ObfsMethod = map[string]struct { overhead int stream func(net.Conn, Obfs) net.Conn }{ "http_post": {0, newHttpPost}, "http_simple": {0, newHttpSimple}, "plain": {0, newPlain}, "random_head": {0, newRandomHead}, "tls1.2_ticket_auth": {5, newTLS12TicketAuth}, "tls1.2_ticket_fastauth": {5, newTLS12TicketAuth}, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.