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:

generated by LDoc 1.5.0 Last updated 2026-02-16 16:00:29