struct UnixDatagram { ... }

A Unix domain datagram socket

Unix datagram sockets provide connectionless, unreliable message delivery between processes on the same machine.

Example

Fields

Methods

impl UnixDatagram { ... }