quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

fix: don't bail if setting IP_RECVTOS fails #1448

Closed jfro closed 1 year ago

jfro commented 1 year ago

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.

djc commented 1 year ago

Okay, can you please: