|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Client list packet structure. More...
#include <lib/network/packet.h>
Data Fields | |
| uint32_t | client_count |
| Number of clients in the list (0 to MAX_CLIENTS) | |
| client_info_packet_t | clients [MAX_CLIENTS] |
| Array of client information structures. | |
Client list packet structure.
Contains list of all connected clients with their information. Broadcast by server to all clients when client list changes.