quinn-rs / quinn

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

remove wrap_udp_socket #1622

Closed ghost closed 1 year ago

ghost commented 1 year ago

1621

Ralith commented 1 year ago

I'm not interested in replacing SocketAddr arguments in convenience APIs with a much less obvious and more complex abstract structure. Users who need to use that structure can freely use existing lower-level APIs.