8000 Tags · pion/ice · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 10000 div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">

Tags: pion/ice

Tags

v2.3.32

Toggle v2.3.32's commit message

Verified

This commit was signed with the committer’s verified signature.
edaniels Eric Daniels
Add GracefulClose

v3.0.12

Toggle v3.0.12's commit message

Verified

This commit was signed with the committer’s verified signature.
edaniels Eric Daniels
Bump transport to v3.0.5

v2.3.31

Toggle v2.3.31's commit message

Verified

This commit was signed with the committer’s verified signature.
edaniels Eric Daniels
Bump transport to v2.2.8

v3.0.11

Toggle v3.0.11's commit message
Bump transport to v3.0.4

v2.3.30

Toggle v2.3.30's commit message
Bump transport to v2.2.7

v3.0.10

Toggle v3.0.10's commit message
Revert "Cleanly close agent goroutines"

This reverts commit d8341e7.

v2.3.29

Toggle v2.3.29's commit message
Revert "Cleanly close agent goroutines"

This reverts commit 822108b.

v3.0.9

Toggle v3.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove IPv6 ZoneID from ICE candidates (#704)

Link-local IPv6 addresses may have ZoneID attached at the end. It has
local meaning only and should not be send to other parties. This change
removes ZoneID from generated candidate string, and ignores ZoneID
when received candidate is parsed.

v2.3.28

Toggle v2.3.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove IPv6 ZoneID from ICE candidates (#704) (#707)

Link-local IPv6 addresses may have ZoneID attached at the end. It has
local meaning only and should not be send to other parties. This change
removes ZoneID from generated candidate string, and ignores ZoneID
when received candidate is parsed.

v3.0.8

Toggle v3.0.8's commit message
Cleanly close agent goroutines

0