tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.11k stars 117 forks source link

Add `msg_control` access for `UdpSocket::recvmsg`. #275

Open Icelk opened 1 year ago

Icelk commented 1 year ago

Closes #274. The parameter is optional, so this is an opt-in change. However, it changes the public facing API. I can add another public facing function with this functionality while keeping the old API, if you'd like :)

Icelk commented 1 year ago

My implementation of HTTP/3 (with interop between tokio-uring and quinn) currently blocks on this. Would it be possible to get this merged?

When is the next version/patch expected to be released? As I mentioned in my initial comment, adding another function would keep the API from breaking.

Icelk commented 1 year ago

BTW, the CI isn't broken because of me 🫣

Icelk commented 3 months ago

Hi! Is there any chance this can be merged?

Thanks, Icelk