Defined in header file: hzIpServer.h

Client status

Enum definition:

enum    hzCliStatus
{

CLIENT_STATE_NONEClient is created in this state
CLIENT_INITIALIZEDClient accepted but no data in as yet
CLIENT_HELLOClient has been sent a hello
CLIENT_READINGClient can read
CLIENT_READ_WHOLEA whole message has been read (may be more to come)
CLIENT_HANGUPAn epoll HANGUP condition has been detected
CLIENT_TERMINATIONThe client has sent a 0-byte formal termination packet
CLIENT_WRITINGA response has been formulated and is in the process of being sent to the client
CLIENT_WRITE_WHOLEThe response has been written to the clinet
CLIENT_BADServer has deemed the client to be bad and will not send a response
CLIENT_SSL_ACCEPTEDClient has an initialized and accepted SSL session

} ;