tokio-rs / tokio-uds

Unix Domain Sockets for tokio
Apache License 2.0
52 stars 25 forks source link

Sending and receiving file descriptors #14

Closed maufl closed 7 years ago

maufl commented 7 years ago

Hi, I would like to send/receive file descriptors (unix sockets). I searched the docs but did not find anything, is it possible to do that right now?

maufl commented 7 years ago

Well, it looks like this isn't even supported in regular Unix sockets in rust. Therefore not supported in mio and therefore not supported in tokio.

alexcrichton commented 7 years ago

PRs would of course though be welcome to implement this!