Client socks. More...
Public Attributes | |
int | client_sock |
Client socket FD. More... | |
int | state |
WebSocket current state. More... | |
struct ws_server | ws_srv |
pthread_mutex_t | mtx_state |
pthread_cond_t | cnd_state_close |
pthread_t | thrd_tout |
bool | close_thrd |
pthread_mutex_t | mtx_snd |
char | ip [1025] |
char | port [32] |
int32_t | last_pong_id |
int32_t | current_ping_id |
pthread_mutex_t | mtx_ping |
void * | connection_context |
Client socks.
int client_sock |
Client socket FD.
bool close_thrd |
pthread_cond_t cnd_state_close |
void* connection_context |
int32_t current_ping_id |
char ip[1025] |
int32_t last_pong_id |
pthread_mutex_t mtx_ping |
pthread_mutex_t mtx_snd |
pthread_mutex_t mtx_state |
char port[32] |
int state |
WebSocket current state.
pthread_t thrd_tout |
struct ws_server ws_srv |