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

Context for mDNS discovery thread. More...

Data Fields

const char * session_string
 Session string to discover.
 
discovery_thread_state_tstate
 Shared discovery state.
 
const uint8_t * expected_pubkey
 Expected server public key (optional)
 
uint32_t timeout_ms
 Discovery timeout in milliseconds.
 

Detailed Description

Context for mDNS discovery thread.

Definition at line 278 of file discovery.c.

Field Documentation

◆ expected_pubkey

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().

◆ session_string

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().

◆ state

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().

◆ timeout_ms

uint32_t mdns_thread_context_t::timeout_ms

Discovery timeout in milliseconds.

Definition at line 282 of file discovery.c.


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