We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You might want to point people at https://github.com/msantos/procket just because validation that was added to Erlang/OTP inet code prevents socket fd usage where the sockaddr family doen't match inet or inet6, making unixdom_drv tests invalid (https://github.com/mikma/unixdom_drv/blob/master/test/unixdom_test.erl#L40 currently should fail, until the Erlang/OTP team decides to relax restrictions there or add an alternate path).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You might want to point people at https://github.com/msantos/procket just because validation that was added to Erlang/OTP inet code prevents socket fd usage where the sockaddr family doen't match inet or inet6, making unixdom_drv tests invalid (https://github.com/mikma/unixdom_drv/blob/master/test/unixdom_test.erl#L40 currently should fail, until the Erlang/OTP team decides to relax restrictions there or add an alternate path).
The text was updated successfully, but these errors were encountered: