dmz_accept

The dmz_accept accepts the connection for a socket returned by listen (listen_index)

 

int dmz_accept (

int listen_index

);

 

Return Values

  Returns 0 on error, nonzero accept indentification upon success

 

Parameters

listen_index

    A int containing the value of the socket number that will be accepted (and returned by listen_index)

Remarks

    The int containing the index to the socket index will be used to establish (accept) a connection from that

machine.

QuickInfo

Windows: Requires WinSock 1.1 or 2.0 (winsock.dll)


Last updated November 26, 2000 10:39 by Nancy