#include <server.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 32 of file server.h.
| int client_data::fd |
file descriptor through which client is connected
Definition at line 33 of file server.h.
Referenced by start_server().
| char client_data::ip[DATASIZE] |
| char client_data::nick[DATASIZE] |
nick name of the connected client
Definition at line 34 of file server.h.
Referenced by start_server().
1.5.8