mirror of
https://github.com/pion/ice.git
synced 2025-10-04 23:22:46 +08:00
Single port handling via UDPMux
Allows for ICE to handle connections on a single UDP port
This commit is contained in:
@@ -109,6 +109,9 @@ var (
|
||||
// ErrTCPRemoteAddrAlreadyExists indicates we already have the connection with same remote addr.
|
||||
ErrTCPRemoteAddrAlreadyExists = errors.New("conn with same remote addr already exists")
|
||||
|
||||
// ErrMuxNotStarted indicates the Mux has not been started prior to use
|
||||
ErrMuxNotStarted = errors.New("mux must be started first")
|
||||
|
||||
errSendPacket = errors.New("failed to send packet")
|
||||
errAttributeTooShortICECandidate = errors.New("attribute not long enough to be ICE candidate")
|
||||
errParseComponent = errors.New("could not parse component")
|
||||
|
Reference in New Issue
Block a user