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
FireFox now works with pion-TURN
We were creating a reservation for every request (this is incorrect) a
reservation should only be created when EVEN-PORT is supplied.
FireFox would reject our STUN packets because it failed to comprehend
the reservation attribute
Fix Windows networking
After a short time if :0 is used (instead of 0.0.0.0:0) the following
error would be printed
```
err: write udp [::]:50147->172.31.22.172:50149: sendmsg: The system detected an invalid pointer address in attempting to use a pointer argument in a call.
```