local
Networking ยป Address specifiers

Next:<local> ( path -- addrspec )


Vocabulary
io.sockets

Class description
Local address specifier for Unix domain sockets on Unix systems. The path slot holds the path name of the socket. New instances are created by calling <local>.

Examples
"/tmp/.X11-unix/0" <local>


Definition


Methods