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

Use ProtocolFamily to represent socket protocol families #3164

Closed
wants to merge 2 commits into from

Conversation

Kaiepi
Copy link
Contributor

@Kaiepi Kaiepi commented Sep 2, 2019

This also removes PF_MAX, which ended up making it harder to verify if a
socket family is actually a supported socket family rather than easier,
and adds PF_UNSPEC, which was missing.

Pulling this since this could be a breaking change if I screwed anything up.

Passes make test, make spectest.

This also removes PF_MAX, which ended up making it harder to verify if a
socket family is actually a supported socket family rather than easier,
and adds PF_UNSPEC, which was missing.
@Kaiepi
Copy link
Contributor Author

Kaiepi commented Oct 7, 2019

It'd make more sense to include this with a set of changes I'll be making soon rather than making it its own thing.

@Kaiepi Kaiepi closed this Oct 7, 2019
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.

None yet

1 participant