rust-lang-nursery / unix-socket

Unix socket support for Rust
Apache License 2.0
54 stars 18 forks source link

Support file descriptor transfer #4

Open sfackler opened 9 years ago

sfackler commented 9 years ago

This'll require a C shim to do portably.

teisenbe commented 9 years ago

I might try my hand at this one via building a safe wrapper around sendmsg/recvmsg and their data structures. If you don't hear back in a couple of days, then I probably got distracted.

elmarco commented 8 years ago

ping, any progress here? thanks