socket-bind/unix
Name
socket-bind/unix -- Bind a socket to a unix address.
Type: function
Synopsis
socket-bind/unix
( sock path, ok);
Arguments
- sock
An instance of <fixnum>
- path
An instance of <string>
Return Values
- ok
An instance of <boolean>
Description
Binds the socket to a unix domain address. A unix
domain address is actually a filename that refers to
a special socket file.