package
2.0.13+incompatible
Repository: https://github.com/adotkhan/psiphon-tunnel-core.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Dial establishes a new QUIC session and stream to the server specified by address.
Enabled indicates if QUIC functionality is enabled.
Listen creates a new Listener.
NewObfuscatedPacketConn creates a new ObfuscatedPacketConn.
NewQUICTransporter creates a new QUICTransporter.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Conn is a net.Conn and psiphon/common.Closer.
Listener is a net.Listener.
ObfuscatedPacketConn wraps a QUIC net.PacketConn with an obfuscation layer that obscures QUIC packets, adding random padding and producing uniformly random payload.
QUICTransporter implements the psiphon.transporter interface, used in psiphon.MeekConn for HTTP requests, which requires a RoundTripper and CloseIdleConnections.