FAForever / ice-adapter

Deprecated C++ ICE adapter - please use java-ice-adapter instead!
https://github.com/FAForever/java-ice-adapter
GNU General Public License v3.0
11 stars 10 forks source link

updated to webrtc 68 and ping start delay in peerconnectivitychecker #72

Closed ghost closed 6 years ago

ghost commented 6 years ago

I updated the adapter to work with webrtc 68.

ghost commented 6 years ago

Added start delay for connectivity checker ping messages, because i found out that sending pings before the connection is established interferes with the connection procedure. It is implemented as a timer in the peerconnectivity checker to keep dependency between peer relay and peerconnectivitychecker low.

muellni commented 6 years ago

merged, tanks