listen(number) - Set the number of slots the system listens on for connections.
Variables
path - The path the unix domain socket is connected on
Functions
function accept
Accept an incoming connection
Declaration:
function accept()
Description:
This function will accept a connection and return a UnixStream object which can be used. This function will only work if the socket was initially created using Network.unix_bind().
function listen
Set the number of slots the system listens on for connections.
Declaration:
function listen(number backlog)
Parameters:
Parameter #1: number backlog - The number of slots
Variables
string path
The path the unix domain socket is connected on
Automatically generated at 12:07PM, Wednesday 25 May 2005 by feritedoc.