|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Client information packet structure. More...
#include <lib/network/packet.h>
Data Fields | |
| uint32_t | client_id |
| Unique client identifier (1-9, 0 = server) | |
| char | display_name [MAX_DISPLAY_NAME_LEN] |
| User display name (null-terminated, max MAX_DISPLAY_NAME_LEN bytes) | |
| uint32_t | capabilities |
| Client capabilities bitmask (CLIENT_CAP_VIDEO | CLIENT_CAP_AUDIO | CLIENT_CAP_COLOR | CLIENT_CAP_STRETCH) | |
Client information packet structure.
Contains client identification and capability information. Used in multi-user protocol for client join/leave notifications.