Documentation ¶
Overview ¶
Package qrt implements QUIC RTP Tunneling (https://tools.ietf.org/html/draft-hurst-quic-rtp-tunnelling-01)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
func NewSession ¶
func NewSession(sess quic.Session, opts ...SessionOption) (*Session, error)
type SessionOption ¶
Click to show internal directories.
Click to hide internal directories.