|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Context for broadcasting to session participants. More...
Data Fields | |
| const uint8_t * | target_session_id |
| Session to broadcast to. | |
| packet_type_t | packet_type |
| Packet type to send. | |
| const void * | packet |
| Packet data. | |
| size_t | packet_len |
| Packet length. | |
| size_t | sent_count |
| Number of successful sends. | |
Context for broadcasting to session participants.
Definition at line 76 of file signaling.c.
| const void* broadcast_context_t::packet |
Packet data.
Definition at line 79 of file signaling.c.
| size_t broadcast_context_t::packet_len |
Packet length.
Definition at line 80 of file signaling.c.
| packet_type_t broadcast_context_t::packet_type |
Packet type to send.
Definition at line 78 of file signaling.c.
| size_t broadcast_context_t::sent_count |
Number of successful sends.
Definition at line 81 of file signaling.c.
Referenced by signaling_broadcast().
| const uint8_t* broadcast_context_t::target_session_id |
Session to broadcast to.
Definition at line 77 of file signaling.c.
Referenced by signaling_broadcast().