8000 Tags · VANESS57/ice · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: VANESS57/ice

Tags

v2.3.10

Toggle v2.3.10's commit message
Fix connection close log

Printf arguments weren't passed to the logger.

v2.3.9

Toggle v2.3.9's commit message
Update AUTHORS.txt

v2.3.8

Toggle v2.3.8's commit message
Implement Active ICE TCP Candidates

Co-authored-by: Steffen Vogel <post@steffenvogel.de>
Co-authored-by: Artur Shellunts <shellunts.artur@gmail.com>

v2.3.7

Toggle v2.3.7's commit message
Update AUTHORS.txt

v2.3.6

Toggle v2.3.6's commit message
Revert active TCP candidate support

This reverts commit 00bbd29
and 1d502ca

v2.3.5

Toggle v2.3.5's commit message
Update module github.com/pion/dtls/v2 to v2.2.7

Generated by renovateBot

v2.3.4

Toggle v2.3.4's commit message
Minor style fixes for active TCP candidate support

v2.3.3

Toggle v2.3.3's commit message
Update module github.com/pion/stun to v0.5.2

Generated by renovateBot

v2.3.2

Toggle v2.3.2's commit message
Fix gathering candidates race condition

Canceling previous gathering does not happen synchronously. If it takes
a little bit longer, it can close newly created `gatherCandidateDone`
channel. If we pass channel to the `gatherCandidates` function, it will
always close its done channel and only the latest done channel will be
available in `gatherCandidateDone`.

v2.3.1

Toggle v2.3.1's commit message
Add ServerName to tlsConfig for TLS-over-TCP

0