# Packages
No description provided by the author
# Functions
Dial establishes a new QUIC connection and stream to the server specified by address.
Enabled indicates if QUIC functionality is enabled.
No description provided by the author
Listen creates a new Listener.
No description provided by the author
NewQUICTransporter creates a new QUICTransporter.
No description provided by the author
# 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
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.