[−][src]Module spirit_tokio::net::unix
Support for unix domain sockets.
This is equivalent to the configuration fragments in the net module, but for unix domain
sockets. This is available only on unix platforms.
If you want to accept both normal (IP) sockets and unix domain sockets as part of the
configuration, you can use the Either enum.
Structs
| DatagramListen | A |
| Listen | Configuration of where to bind a unix domain socket. |
| UnixListen | A listener for unix domain stream sockets. |
Type Definitions
| MinimalUnixListen | Type alias for |
| UnixConfig | Additional configuration for unix domain stream sockets. |
| UnixListenWithLimits | Wrapped |