You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connectivity tests fail on every candidate pair, and a working pair cannot be found, ICE falls back on TURN to relay traffic between peers. Since we've excluded this from the implementation, natty should exit after the entire pair list has been exhausted and multiple connection attempts have failed. Right now, natty sometimes enters an infinite loop of STUN 4-way handshakes and ends up considering ineligible pairs multiple times. I'm adding some extra checks to know when to properly exit.
The text was updated successfully, but these errors were encountered:
When connectivity tests fail on every candidate pair, and a working pair cannot be found, ICE falls back on TURN to relay traffic between peers. Since we've excluded this from the implementation, natty should exit after the entire pair list has been exhausted and multiple connection attempts have failed. Right now, natty sometimes enters an infinite loop of STUN 4-way handshakes and ends up considering ineligible pairs multiple times. I'm adding some extra checks to know when to properly exit.
The text was updated successfully, but these errors were encountered: