( SOCKET iListenFd, char* szClientIp,
int iClientIpSize, int iSecond )
accept client connection request.
Documentation
accept client connection request.
- Parameters:
- iListenFd - [in] socket of listening
szClientIp - [out] ip address of client
iClientIpSize - [in] size of szClientIp
iSecond - Timeout second
- Returns:
- if success, return socket to connected.
if timeout is occured, return 0.
if select error is occured, return SOCKET_ERROR.
- Author:
- Yee Young Han
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.