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

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)
 

Detailed Description

Authentication failure packet structure.

Sent by server to client when authentication fails during crypto handshake. Contains reason flags explaining why authentication was rejected.

Definition at line 674 of file packet.h.


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