| Did you know ... | Search Documentation: |
| socket->initialise |
|tuple|int*,
domain=[{unix,inet}]<-address.
Unix-domain sockets appear as an entry in the filesystem and are only supported on Unix systems.
After a socket has been created and the appropriate attributes
(notably
stream->input_message)
have been specified the socket is activated using
socket->listen
for server sockets and socket->connect
for client sockets.