Available on Unix only.
Expand description
Unix-specific local socket features.
Enums§
- Abstract
NsUd Socket Linux or Android - Mapping that produces local socket names referring to Unix domain sockets bound to the Linux abstract namespace.
- Filesystem
UdSocket - Mapping that produces local socket names referring to Unix domain sockets bound to the filesystem.
- Special
DirUd Socket - Mapping that produces local socket names referring to Unix domain sockets bound to special locations in the filesystems that are interpreted as dedicated namespaces.
Traits§
- Listener
Options Ext - Unix-specific listener options.