Module socket.unix
UNIX domain socket (AF_UNIX) operations.
This module provides a higher-level abstraction over the socket module.
See also:
Fields
| path | Creates and binds a new UNIX domain socket to a specific path. |
| path | Creates and connects a new UNIX domain socket to a specific path. |
Fields
- path
-
Creates and binds a new UNIX domain socket to a specific path.
- path (string) The UNIX domain socket path.
- type (string) [optional] "STREAM" or "DGRAM".
See also:
- path
-
Creates and connects a new UNIX domain socket to a specific path.
- path (string) The UNIX domain socket path.
- type (string) [optional] "STREAM" or "DGRAM".
See also: