Skip to main content

Crate uds_fork

Crate uds_fork 

Source
Expand description

A unix domain sockets library that supports abstract addresses, fd-passing, SOCK_SEQPACKET sockets and more.

File-descriptor passing and abstract socket support for stream and datagram sockets is provided via extension traits for existing types.

Also it support UnixStream for Windows i.e AF_INET SOCK_STREAM with some limitations.

See README for status of operating system support and other general info.

Re-exports§

pub extern crate xio_rs;

Structs§

RecvFlags
UnixSocketAddr
A unix domain socket address.
WindowsUnixListener
An unix domain listener for [SOCK_STREAM] packet connections which requires WSA version 2.2 i.e Windows 10 minimum.
WindowsUnixStream
An unix domain stream packet connection for Windows.

Enums§

AddrName
An enum representation of an unix socket address.

Functions§

get_socket_family
get_socket_type

Type Aliases§

UnixSocketAddrRef