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

Tags: masatrio/ice

Tags

v0.7.15

Toggle v0.7.15's commit message
Make mDNS opportunistic

It seems like mDNS was intended to be opportunistic, but right now,
if creating an mDNS client fails, the whole ICE connection fails.
This allows pion to work in more restricted network namespaces,
or on less supported environments like 9front.

This fixes webwormhole on 9front.

v0.7.14

Toggle v0.7.14's commit message
Don't run agent task after close

Fix send on closed channel panic.

v0.7.13

Toggle v0.7.13's commit message
Fix closeable panic

Fix closeable panic when conn == nil

v0.7.12

Toggle v0.7.12's commit message
Asynchronously add remote candidate

As same as mDNS candidate.

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.
0