Defined in header file: hzIpServer.h
TCP session return codes to direct if session is to be terminated or kept alive
Enum definition:
enum hzTcpCode
{
| TCP_TERMINATE | Terminate connection | ||
| TCP_KEEPALIVE | Keep connection alive for next transmission even if current transmission has completed | ||
| TCP_INCOMPLETE | Keep connection alive as transmission is incomplete | ||
| TCP_INVALID | Message processing failed for syntax/protocol reasons. Connection to terminate |
} ;