[][src]Type Definition spirit_tokio::net::unix::UnixListenWithLimits

type UnixListenWithLimits<ExtraCfg = Empty, UnixStreamConfig = UnixConfig> = WithLimits<UnixListen<ExtraCfg, UnixStreamConfig>>;

Wrapped UnixListen that limits the number of concurrent connections and handles some recoverable errors.