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
Fixed crash on Raspberry Pi with FileNotFoundException for System.IO.Pipelines.dll
Blocked STUN server stun.finsterwalder.com by default because it consistently returns an incorrect IP address, in a private subnet no less
#4: Retry when STUN servers return a public IP address that is actually private or loopback
#5: Allow a configurable level of agreement among multiple STUN servers when the public IP address changes, using the unanimity configuration property. By default, this is disabled, so unanimity is 1. You can increase this number, so that any address change requires that many STUN servers to unanimously agree on your new IP address. This helps prevent the case where one bad STUN server returns incorrect addresses.