logo

Module cap_std::os::unix::net

source · []
This is supported on Unix only.
Expand description

Unix-specific networking functionality

This corresponds to std::os::unix::net.

This module is not yet implemented. And it’s not easily implementable on many platforms. See this POSIX discussion which ultimately didn’t succeed in adding support to POSIX.

Structs

An iterator over incoming connections to a UnixListener.

An address associated with a Unix socket.

A Unix datagram socket.

A structure representing a Unix domain socket server.

A Unix stream socket.