[][src]Module udsx::als

Abstract Linux socket

Notes

According to unix(7), this is an extension to Linux only. So it's not portable.

In late 2017, Windows started supporting Unix sockets, including abstract sockets. However, this crate only uses libc, and the authors are not clear whether libc supports this API on Windows.

Constants

DEFAULT_SERVER_BACKLOG

Default server backlog

MAX_ADDR_LEN

Max address length

Functions

bind

Binds to an address

connect

Connects to an address