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

Add support for NetBSD, fix OpenBSD #1884

Merged
merged 2 commits into from
Jun 2, 2024
Merged

Conversation

flub
Copy link
Contributor

@flub flub commented May 28, 2024

This adds support for NetBSD. As mentioned in the commit, it does not support DONTFRAG or ECN for IPv4, but does for IPv6. It has recvmmsg so I implemented that recv branch.

Also included is a fix for OpenBSD which also does not have IP_DONTFRAG for IPv4. Not sure how that slipped into #1863 / 98d8513.

I have tested this on all of OpenBSD, NetBSD and FreeBSD and all pass the test suite now.

flub and others added 2 commits May 28, 2024 17:54
NetBSD does not support DONTFRAG or ECN on IPv4, but does for IPv6.
It has recvmmsg.
Copy link
Member

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

Copy link
Collaborator

@Ralith Ralith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Ralith Ralith merged commit 2ad6dbb into quinn-rs:main Jun 2, 2024
8 checks passed
@flub flub deleted the flub/all-bsd branch June 3, 2024 13:59
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.

3 participants