|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Context for mDNS discovery thread. More...
Data Fields | |
| const char * | session_string |
| Session string to discover. | |
| discovery_thread_state_t * | state |
| Shared discovery state. | |
| const uint8_t * | expected_pubkey |
| Expected server public key (optional) | |
| uint32_t | timeout_ms |
| Discovery timeout in milliseconds. | |
Context for mDNS discovery thread.
Definition at line 278 of file discovery.c.
| const uint8_t* mdns_thread_context_t::expected_pubkey |
Expected server public key (optional)
Definition at line 281 of file discovery.c.
Referenced by discover_session_parallel().
| const char* mdns_thread_context_t::session_string |
Session string to discover.
Definition at line 279 of file discovery.c.
Referenced by discover_session_parallel().
| discovery_thread_state_t* mdns_thread_context_t::state |
Shared discovery state.
Definition at line 280 of file discovery.c.
Referenced by discover_session_parallel().
| uint32_t mdns_thread_context_t::timeout_ms |
Discovery timeout in milliseconds.
Definition at line 282 of file discovery.c.