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

Tags: laonadev/ice-1

Tags

v0.7.10

Toggle v0.7.10's commit message
Update golang.org/x/net commit hash to 244492d

Generated by renovateBot

v0.7.9

Toggle v0.7.9's commit message
Remove taskLoopInterval from TestConnectivityLite

Connectivity checks are over UDP, if we lost any message
message this would cause the test to fail.

Resolves pion#149

v0.7.8

Toggle v0.7.8's commit message
Bump pion/turn

Fix crash in TURN Client

v0.7.7

Toggle v0.7.7's commit message
Added tests for lastSent and lastReceived get/set

Validate the new behaviour when these atomic vars have not been
set yet.

v0.7.6

Toggle v0.7.6's commit message
Bump pion/dtls

Set TTL in mDNS responses

v0.7.4

Toggle v0.7.4's commit message
Add MulticastDNSHostName to AgentConfig

Allow users to pass in a static MulticastDNSHostName, this can be used to
connect peers in a LAN without signaling. If you set a static uFrag/uPwd
on either side and have a static hostname you can gather without knowing
an IP Address on either side.

v0.7.3

Toggle v0.7.3's commit message
Seed everytime when calling generateRandString

This isn't in a hot path, so no performance hit. Also want to avoid side
effects from doing in an init

v0.7.2

Toggle v0.7.2's commit message
Update to pion/transport@v0.8.10

Tests now assert for routine leaks on startup as well

v0.7.1

Toggle v0.7.1's commit message
Cancel selection timeout if Agent is closed

We would always wait 10 seconds even if the ICE Agent was closed,
instead return early right when the agent is closed.

Closes pion/webrtc#897

v0.7.0

Toggle v0.7.0's commit message
Support TURN over TCP

Relates to pion/turn#1
0