SYS_WSS_KA_TIMER_PERIOD | Decides the accuracy of the client timeout |
SYS_WSS_CLIENT_KEY_SIZE | Array size for holding the client key |
SYS_WSS_CLIENT_KEY_SIZE_DECODED | Decoded client key size as per the RFC6455 |
SYS_WSS_SERVER_KEY_SIZE | Array saze for holding the server key |
SYS_WSS_SHA1_DIGEST_SIZE | SHA1 digest size -server key genartion |
SYS_WSS_HTTP_VERSION_0_9 | HTTP vesrion 0.9 |
SYS_WSS_HTTP_VERSION_1_0 | HTTP version 1.0 |
SYS_WSS_HTTP_VERSION_1_1 | HTTP version 1.1 |
SYS_WSS_STATUS_CODE_LEN | Closing Status code lenth as per RFC6455 |
SYS_WSS_GUID | WebSocket GUID as per Section 1.3 of RFC 6455 |
SYS_WSS_CONFIG | Used for passing on the configuration(port and TLS) for socket connection |
SYS_WSS_HANDSHAKE_CTXT | Stores the handshake information of a client. |
SYS_WSS_FRAME_HEADER | Identifies the frame format as defined by RFC6455. |
SYS_WSS_RXDATA | Stores the data received from the client along with the datalength. |
SYS_WSS_RESULT | Identifies the return values for the WSS system service APIs. |
SYS_WSS_STATE | Identifies the state machine values of the WSS system service. |
SYS_WSS_FRAME | Identifies the frame types as defined by the RFC6455. |
SYS_WSS_EVENTS | Identifies the events reported to the application using the call back function. |
SYS_WSS_STATUS_CODE | Identifies status code to be used in the closing handshake as defined by RF6455. |