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

Transport instance structure. More...

#include <lib/network/acip/transport.h>

Data Fields

const acip_transport_methods_tmethods
 Method table (virtual functions)
 
crypto_context_tcrypto_ctx
 Optional encryption context.
 
void * impl_data
 Transport-specific state.
 

Detailed Description

Transport instance structure.

Base structure for all transport implementations. Specific transports extend this with their own state.

Definition at line 169 of file transport.h.

Field Documentation

◆ crypto_ctx

crypto_context_t* acip_transport::crypto_ctx

◆ impl_data

void* acip_transport::impl_data

Transport-specific state.

Definition at line 172 of file transport.h.

Referenced by acip_tcp_transport_create(), acip_transport_destroy(), and acip_webrtc_transport_create().

◆ methods


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