socket-listen
Name
socket-listen -- Listen on a socket.
Type: function
Synopsis
socket-listen
( sock queue-length, ok);
Arguments
- sock
An instance of <fixnum>
- queue-length
An instance of <fixnum>
Return Values
- ok
An instance of <boolean>
Description
Configure a socket for accepting connections.