Skip to content
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

Fix #2629, #2295: posix sockaddr_storage now implements specification #2630

Conversation

LeeTibbert
Copy link
Contributor

@LeeTibbert LeeTibbert commented Jun 5, 2022

Scala Native sockaddr_storage is now properly aligned and large enough to hold any the sockaddr for
any supported network protocol.

This PR introduces a binary change, so it is a candidate for SN 0.5.0.

@WojciechMazur WojciechMazur added this to the 0.5.0 milestone Jun 9, 2022
@LeeTibbert LeeTibbert changed the title Fix #2629: posix sockaddr_storage now implements specification Fix #2629, #2295: posix sockaddr_storage now implements specification Jun 20, 2022
@LeeTibbert LeeTibbert force-pushed the PR_posix_SysSocket_SockaddrStorage_I2629 branch from 19ea779 to 3e9d688 Compare June 22, 2022 17:42
@WojciechMazur WojciechMazur merged commit 54a9ddd into scala-native:main Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Posixlib socket.c sockaddr_storage implementation does not comply with specification
2 participants