get-next-client

Name

get-next-client -- Get the next client connecting to a service.

Type: function

Synopsis

get-next-client( service, fd peer);

Arguments

service

An instance of <server>

Return Values

fd

An instance of <fixnum>

peer

An instance of <socket-addr>

Description

This procedure extracts the next client connecting to service. It returns the socket, fd, and the peer socket name.