Module privsep::net[][src]

Expand description

Networking for imsg handling and file descriptor passing.

Structs

Fd

Wrapper for RawFd that closes the file descriptor when dropped.

SocketAncillary

A Unix socket Ancillary data struct.

UnixStream

A structure representing a connected Unix socket.

Enums

AncillaryData

This enum represent one control message of variable type.

Traits

StdUnixStreamExt
UnixStreamExt