ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
client_list_packet_t Struct Reference

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.
 

Detailed Description

Client list packet structure.

Contains list of all connected clients with their information. Broadcast by server to all clients when client list changes.

Definition at line 582 of file packet.h.


The documentation for this struct was generated from the following file: