Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectStreams ¶
func ConnectStreams(c context.Context, downstream, upstream io.ReadWriteCloser, statsCallback func(string, uint64))
ConnectStreams connect streams.
Types ¶
type QuicConnection ¶
type QuicConnection struct {
qc.Connection
Listener *quic.Listener
}
QuicConnection represents QUIC connection.
func (QuicConnection) Close ¶
func (c QuicConnection) Close() error
Close closes connection and listener.
Click to show internal directories.
Click to hide internal directories.