- unix-listen PATHNAME #!optional BACKLOGprocedure
Creates a socket listener object. PATHNAME gives the name of the file that represents the connection. BACKLOG specifies how many pending connections are allowed and defaults to 10.
Creates a socket listener object. PATHNAME gives the name of the file that represents the connection. BACKLOG specifies how many pending connections are allowed and defaults to 10.