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: don't bail if setting IP_RECVTOS fails #1448

Merged
merged 3 commits into from
Nov 23, 2022

Conversation

jfro
Copy link
Contributor

@jfro jfro commented Nov 21, 2022

old macOS versions don't have it, so if you try say connection example on macOS 10.11, it'll error with IoError 42 - Protocol not available.

I'm not sure if you're wanting a tracing log, or if you're planning on another 0.8.x release but we're still on it until we do our next non-bugfix release where we'll go to 0.9. Easily can be applied to 0.9/main too.

quinn-udp/src/unix.rs Outdated Show resolved Hide resolved
quinn-udp/src/unix.rs Outdated Show resolved Hide resolved
quinn-udp/src/unix.rs Outdated Show resolved Hide resolved
quinn-udp/src/unix.rs Outdated Show resolved Hide resolved
quinn-udp/src/unix.rs Outdated Show resolved Hide resolved
quinn-udp/src/unix.rs Outdated Show resolved Hide resolved
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!

@djc
Copy link
Member

djc commented Nov 22, 2022

Okay, can you please:

  • Squash the existing commits together
  • Add a commit that bumps the MSRV for time
  • Add a commit that fixes the clippy issues?

@Ralith Ralith merged commit b3114a5 into quinn-rs:0.8.x Nov 23, 2022
@jfro jfro deleted the jtk/fix-macos-error branch November 23, 2022 02:20
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