tokio-rs / tokio-uring

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

Return msghdr from `recvmsg` #274

Open Icelk opened 1 year ago

Icelk commented 1 year ago

Only the source and read bytes are returned from recvmsg. Can we also return the msg_control (consistent with other parts of the API) or the entire msghdr?