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