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§
- Recv
Flags - Unix
Socket Addr - A unix domain socket address.
- Windows
Unix Listener - An unix domain listener for [SOCK_STREAM] packet connections which requires WSA version 2.2 i.e Windows 10 minimum.
- Windows
Unix Stream - An unix domain
streampacket connection for Windows.
Enums§
- Addr
Name - An enum representation of an unix socket address.