Module local_socket

Source
Available on Unix only.
Expand description

Unix-specific local socket features.

Enums§

AbstractNsUdSocketLinux or Android
Mapping that produces local socket names referring to Unix domain sockets bound to the Linux abstract namespace.
FilesystemUdSocket
Mapping that produces local socket names referring to Unix domain sockets bound to the filesystem.
SpecialDirUdSocket
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§

ListenerOptionsExt
Unix-specific listener options.