# 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.
# Type aliases
MatchFunc allows custom logic for mapping packets to an Endpoint.