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
The examples currently fail on FreeBSD. Haven't had the chance to investigate this further.
errno is EINVAL. I suspect it is the same problem I faced when porting ipc-channel to FreeBSD.
errno
EINVAL
The text was updated successfully, but these errors were encountered:
I didn't test with FreeBSD but only Linux. There is runtime checks to validate the received struct length.
It's probably the padding in Cmsghdr. I don't have any FreeBSD but I'll be glad to take a pull request. :)
Sorry, something went wrong.
No branches or pull requests
The examples currently fail on FreeBSD. Haven't had the chance to investigate this further.
errno
isEINVAL
. I suspect it is the same problem I faced when porting ipc-channel to FreeBSD.The text was updated successfully, but these errors were encountered: