|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Authentication failure packet structure. More...
#include <lib/network/packet.h>
Data Fields | |
| uint8_t | reason_flags |
| Bitmask of auth_failure_reason_t values indicating failure causes. | |
| uint8_t | reserved [7] |
| Reserved bytes for future use (must be zero) | |
Authentication failure packet structure.
Sent by server to client when authentication fails during crypto handshake. Contains reason flags explaining why authentication was rejected.