tokio-rs / mio

Metal I/O library for Rust.
MIT License
6.16k stars 715 forks source link

Supprt for sending/receiving ancillary data (file descriptors) over Unix sockets (unix_socket_ancillary_data) #1369

Open zonyitoo opened 3 years ago

zonyitoo commented 3 years ago

There is a similar PR in the standard library: https://github.com/rust-lang/rust/pull/69864 . I hope tokio could have an async version of that. https://github.com/tokio-rs/tokio/issues/2975

Thomasdezeeuw commented 3 years ago

Seems reasonable to me.

Thomasdezeeuw commented 2 years ago

Depends on https://github.com/rust-lang/rust/issues/76915.