#include <client.h>
Public Attributes | |
int | fd |
file descriptor through which client is connected | |
char | nick [DATASIZE] |
nick name of the connected client | |
char | ip [DATASIZE] |
ip address of client machine. |
Definition at line 29 of file client.h.
int client_data::fd |
file descriptor through which client is connected
Definition at line 30 of file client.h.
Referenced by connect_server().
char client_data::ip[DATASIZE] |
ip address of client machine.
Definition at line 32 of file client.h.
Referenced by connect_server().
char client_data::nick[DATASIZE] |
nick name of the connected client
Definition at line 31 of file client.h.
Referenced by connect_server().