Closed maufl closed 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?
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.
PRs would of course though be welcome to implement this!
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?