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

Enable ios for the same os_type checks as macos #1788

Merged
merged 2 commits into from
Mar 23, 2024
Merged

Conversation

jamilbk
Copy link
Contributor

@jamilbk jamilbk commented Mar 23, 2024

It appears that IPv4-only is broken on iOS.

Enabling the same code paths for ios that exist for macos fixes all issues. In our testing, we've found the network stacks to be nearly identical between iOS and macOS.

This fork has been tested on 3 physical iOS devices with IPv4-only, IPv6-only, and dual stack configurations on iOS 17.

Thanks for the great library. Happy to do any further testing!

@djc
Copy link
Member

djc commented Mar 23, 2024

Thanks! Looks like this causes some issues in CI?

@jamilbk
Copy link
Contributor Author

jamilbk commented Mar 23, 2024

Hmm, is the CI expected to fail for this? I would not have expected this change to affect macos tests. I'll take a closer look.

@jamilbk
Copy link
Contributor Author

jamilbk commented Mar 23, 2024

248ac33 fixes the issue. Sorry about that! Glad CI caught it. Please give it a once-over.

Thanks for accepting!

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 a2a214b into quinn-rs:main Mar 23, 2024
8 checks passed
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