Emilua API Reference unix dial unix.dial Synopsis local unix = require "unix" local fs = require "filesystem" unix.stream.dial() unix.seqpacket.dial() unix.datagram.dial() function(ep: string) -> socket Description Creates a socket. Connects the created socket to ep. Returns the connected socket. If ep starts with @ then it’s assumed to represent an abstract UNIX socket. Current fiber is suspended until operation finishes. socket listen