struct UnixListener { ... }

A Unix domain socket server

After creating a UnixListener by binding it to a socket address, it listens for incoming Unix stream connections. These can be accepted by calling accept.

Example

Fields

Methods

impl UnixListener { ... }