Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func NewConnectionHandler ¶
func NewConnectionHandler(ctx context.Context, conn quic.Connection, isAuthenticated bool) *Connection
func (*Connection) ClientHandler ¶
func (c *Connection) ClientHandler(controlStream quic.Stream, portsToForward []string)
func (*Connection) ConnectionHandler ¶
func (c *Connection) ConnectionHandler()
func (*Connection) HandleServerControlStream ¶
func (c *Connection) HandleServerControlStream(stream quic.Stream)
Click to show internal directories.
Click to hide internal directories.