socket-accept

Name

socket-accept -- Accept a connection.

Type: function

Synopsis

socket-accept( sock, fd);

Arguments

sock

An instance of <fixnum>

Return Values

fd

An instance of <fixnum>

Description

Accepts the next connection from the socket (which was previously told to socket-listen.)