-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UDP sockets don't bind to the right interface #67
Comments
Some more info... Here's the call to bind the socket: We should be able to use |
Unfortunately, I filed a mozilla bug to complain about this: https://bugzilla.mozilla.org/show_bug.cgi?id=1178427 |
That's unfortunate but thanks for following up on this! Does this affect our ability to run holographic ICE on Firefox? |
I suspect this will prevent us from doing IPv6 in Firefox. That's the only major issue I foresee. |
The freedom UDP socket API allows the caller to bind to a particular interface, identified by its IP address. Unfortunately, the Firefox implementation ignores this and effectively just binds to 0.0.0.0.
The text was updated successfully, but these errors were encountered: