quinn-rs / quinn

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

udp: use set_socket_option_supported() wrapper #1633

Closed djc closed 1 year ago

djc commented 1 year ago

Clean up the changes from #1626 to make sure we still propagate other errors to the caller.

cc @jieliangma