Pion
d3e1775d73
Update CI configs to v0.4.7
...
Update lint scripts and CI configs.
2020-09-26 08:54:24 -07:00
Atsushi Watanabe
245c513fed
Fix turn client routine leak on close
...
Clean-up turn connection if task run failed.
2020-07-06 15:48:19 +09:00
Sean DuBois
3b47033146
Remove non-trickle ICE
...
pion/webrtc@v3 will be trickle by default, so removing
support from here. Users can easily simulate non-trickle
by setting a OnICECandidate callback.
This just reduces the amount of things we need to test/worry about.
2020-06-25 00:16:58 -07:00
Sean DuBois
9ca33c2380
Move localInterfaces and listenUDPInPortRange
...
Move more code out of the agent that doesn't actually require any state
from the ICE Agent.
Relates to #118
2020-02-23 22:05:13 -08:00
Atsushi Watanabe
d001618082
Support WASM build/test
...
Some tests using net.Conn connection are disabled for now
as it is not fully supported by WASM MVP stage.
2020-01-13 08:51:13 +09:00
Sean DuBois
e161aa966e
Update to pion/transport@v0.8.10
...
Tests now assert for routine leaks on startup as well
2019-10-31 09:54:40 -07:00
Sean DuBois
cf56bd301d
Add tests for InterfaceFilter
...
Relates to pion/webrtc#843
2019-09-25 00:45:21 -07:00
Yutaka Takeda
867a355033
Support 1:1 NAT option
...
Relates to pion/webrtc#835
2019-09-24 11:51:07 -07:00
Sean DuBois
8508d5a6b3
More error handling around interface iteration
...
If we can't iterate host interfaces give a warning to the user.
Also don't bail early if a single interface fails, other interfaces
might still be in a good condition.
Resolves pion/ice#75
2019-07-18 10:11:34 -07:00
Hugo Arregui
b3e05469f0
Add vnet support with the new pion/turn client
...
Relates to pion/webrtc#712
2019-07-15 01:00:21 -07:00