ice

A Go implementation of ICE

MIT License

Stars
431
Committers
70

Bot releases are hidden (Show)

ice - v2.1.7

Published by cgojin over 3 years ago

Fix UDPMux logger.
If no logger is passed in, it will be created.
Error running webrtc/examples/ice-single-port :
invalid memory address or nil pointer dereference

ice -

Published by masterada over 5 years ago

ice -

Published by masterada over 5 years ago

Fixed closing transport during connect
Avoid waiting for agent.onConnected in agent.connect if the agent
is closed.

Select a pair once
Although we only nominate and select one candidate pair, since we retry
thre quest we can end up selecting the same candidate multiple times

Handle INDICATION messages
Handle keepAlive messages

Implement regular nomination
In this first iteration we nominate the first valid pair we found.

Refactor handleInboundControlling/Controlled
Both methods pretty much do the same