#include <client.h>
Public Attributes | |
char | nick [DATASIZE] |
nick name of the client | |
char | time [DATASIZE] |
time stamp of the client message | |
char | ip [DATASIZE] |
ip address of client | |
char | msg [BUFFER] |
message to be sent |
Each time the server communicates with the client, it sends this unit of information It includes nick name of the client, ip address of client, message to be sent to the client and time stamp of client message
Definition at line 41 of file client.h.
char transmit_unit::ip[DATASIZE] |
char transmit_unit::msg[BUFFER] |
char transmit_unit::nick[DATASIZE] |
char transmit_unit::time[DATASIZE] |
time stamp of the client message
Definition at line 43 of file client.h.
Referenced by start_client().