ice
ice copied to clipboard
A Go implementation of ICE
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | golang | minor | `1.13` -> `1.19` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/stretchr/testify](https://togithub.com/stretchr/testify) | require | minor | `v1.7.1` -> `v1.8.0` | ---...
Requires these changes: https://github.com/pion/turn/pull/265 I've only tested on Linux with UDP turn servers. This adds support for IPv6 relays. When discovering candidates, Pion will attempt to contact the turn servers...
### Your environment. - Version: *pion/ice/[email protected]* - Browser: *Chrome newest version* - Other Information - *using simulcast feature* ### What did you do? I'm trying to re-handshake peerconnection between `pion`...
Implement CurrentRoundTripTime, TotalRoundTripTime, RequestsSent, and ResponsesReceived for candidate pair statistics. This change on its own is not quite enough to get stats working end to end. Notably, `(*Agent).GetSelectedCandidatePair()` copies both...
### Your environment. - Version: *ice v2.2.2* - Browser: *any version*  ### What did you expect? i'm expecting it should only gather candidates on socket ### What happened? it...
Unnamed SFU using Pion running on remote host. Client is Chromium on Linux and is multihomed: has both an Ethernet and a Wifi connection. The client offers four host candidates,...
Currently GitHub Actions doesn't support IPv6 so we can't add these tests. I just spent the last two days fixing IPv6 related issues. e0db6d259e9f7690d3b84a1db56644977204d9eb and fb4760c37be8deb5f21e664bd42bbd6bd88b8e50, but I don't have...
To start off :) **A big thank you to the Pion contributors and especially to @Sean-Der for supporting us on this topic.** ## Summary Expand [Candidate gathering mechanism](https://github.com/pion/ice/blob/72e6a2bab055fd609f18fc430ce959a6137a62e7/gather.go#L82) allowing [UDPMux](https://github.com/pion/ice/blob/master/udp_mux.go)...