package
1.2.0
Repository: https://github.com/pions/webrtc.git
Documentation: pkg.go.dev

# Functions

MatchRange is a MatchFunc that accepts packets with the first byte in [lower..upper].
NewMux creates a new Mux.

# Variables

MatchDTLS is a MatchFunc that accepts packets with the first byte in [20..63] as defied in RFC7983.
MatchSRTP is a MatchFunc that accepts packets with the first byte in [128..191] as defied in RFC7983.
MatchSTUN is a MatchFunc that accepts packets with the first byte in [0..3] as defied in RFC7983.
MatchTURN is a MatchFunc that accepts packets with the first byte in [64..79] as defied in RFC7983.
MatchZRTP is a MatchFunc that accepts packets with the first byte in [16..19] as defied in RFC7983.

# Structs

Endpoint implements net.Conn.
Mux allows multiplexing.

# Type aliases

MatchFunc allows custom logic for mapping packets to an Endpoint.