#include <server.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 the message
Definition at line 44 of file server.h.
char transmit_unit::ip[DATASIZE] |
char transmit_unit::msg[BUFFER] |
char transmit_unit::nick[DATASIZE] |
char transmit_unit::time[DATASIZE] |