#include <types.hpp>
Public Member Functions | |
| client_s () | |
| ~client_s () | |
Public Attributes | |
| ssize_t | read_position |
| char | read_buffer [MAX_CLIENT_RECV] |
| t_uid | uid |
| event * | read |
| event * | write |
| int | fd |
| conn_state | state |
| int | thread_index |
| char | auth_result |
| unsigned char | auth_zone |
| bool | is_mainserver |
| std::list< buf_el > | packets_to_send |
| client_s::client_s | ( | ) | [inline] |
| client_s::~client_s | ( | ) | [inline] |
| ssize_t client_s::read_position |
read position in buffer
| char client_s::read_buffer[MAX_CLIENT_RECV] |
input buffer
| event* client_s::read |
read event
| event* client_s::write |
write event
| int client_s::fd |
file descriptor
unused
thread which run this client
authorization information
| unsigned char client_s::auth_zone |
| std::list<buf_el> client_s::packets_to_send |
output buffer
1.5.6