-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Protocol not available (os error 42) #1624
Comments
That's pretty strange. Can you dig into the code inside |
Hmm, we specifically called out older macOS compatibility in #1547, so that might be relevant here -- the feature we used there was added in Big Sur (v11, released in 2020) whereas iOS 13 is from 2019. Happy to review a PR to enable compatibility here. |
in file quinn-udp/src/unix.rs
quinn version 0.8 works fine, |
Yup, that's it. So we'll probably want to ignore this particular error value here, at least for macOS? |
version: 0.10.2
device: iPhone SE2, iOS 13.6.1
quinn::Endpoint::client("0.0.0.0:0".parse()?)?
got an error: Protocol not available (os error 42)The text was updated successfully, but these errors were encountered: