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

Data Fields

const char * session_string
 
discovery_thread_state_tstate
 
const uint8_texpected_pubkey
 
uint32_t timeout_ms
 

Detailed Description

Context for mDNS discovery thread

Definition at line 417 of file discovery.c.

Field Documentation

◆ expected_pubkey

const uint8_t* mdns_thread_context_t::expected_pubkey

Definition at line 420 of file discovery.c.

Referenced by discover_session_parallel().

◆ session_string

const char* mdns_thread_context_t::session_string

Definition at line 418 of file discovery.c.

Referenced by discover_session_parallel().

◆ state

discovery_thread_state_t* mdns_thread_context_t::state

Definition at line 419 of file discovery.c.

Referenced by discover_session_parallel().

◆ timeout_ms

uint32_t mdns_thread_context_t::timeout_ms

Definition at line 421 of file discovery.c.


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