tokio-uds icon indicating copy to clipboard operation
tokio-uds copied to clipboard

Unix Domain Sockets for tokio

Results 5 tokio-uds issues
Sort by recently updated
recently updated
newest added

This is to track implementation status on Windows. This will become feasible. https://blogs.msdn.microsoft.com/commandline/2017/12/19/af_unix-comes-to-windows/

The tokio documentation has a simple example of setting up a TCP service with tokio-proto: https://tokio.rs/docs/getting-started/simple-server/#configure-and-run I'm trying to understand how to do something similar with unix sockets, but it's...

The row 25 of `ucred.rs`: `use libc::ucred;` fails to compile.

To add a new TUN/TAP device, you have to open `/dev/net/tun`, configure it with `ioctl` then read/select it like a normal fd. Would it be appropriate for use with `UnixDatagram`?...