Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn interface { net.Conn ConnectionStatus() ConnectionState }
type ConnWrapper ¶
type ConnWrapper struct { QuicStream Conn quic.Connection }
func (ConnWrapper) ConnectionStatus ¶
func (c ConnWrapper) ConnectionStatus() ConnectionState
func (ConnWrapper) LocalAddr ¶
func (c ConnWrapper) LocalAddr() net.Addr
func (ConnWrapper) RemoteAddr ¶
func (c ConnWrapper) RemoteAddr() net.Addr
func (ConnWrapper) Stream ¶
func (c ConnWrapper) Stream() quic.Stream
type ConnectionState ¶
type ConnectionState struct { tls.ConnectionState Used0RTT bool SupportsDatagrams bool }
type QuicStream ¶
Click to show internal directories.
Click to hide internal directories.