libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
Loading...
Searching...
No Matches
xtc_tls_opts_t Struct Reference

Data Fields

const char * alpn_protos
 
const char * ca_file
 
const char * cert_file
 
const char * key_file
 
int max_version
 
int min_version
 
int verify_peer
 

Detailed Description

Definition at line 160 of file xtc_tls.h.

Field Documentation

◆ alpn_protos

const char* xtc_tls_opts_t::alpn_protos

Definition at line 165 of file xtc_tls.h.

◆ ca_file

const char* xtc_tls_opts_t::ca_file

Definition at line 163 of file xtc_tls.h.

◆ cert_file

const char* xtc_tls_opts_t::cert_file

Definition at line 161 of file xtc_tls.h.

◆ key_file

const char* xtc_tls_opts_t::key_file

Definition at line 162 of file xtc_tls.h.

◆ max_version

int xtc_tls_opts_t::max_version

Definition at line 167 of file xtc_tls.h.

◆ min_version

int xtc_tls_opts_t::min_version

Definition at line 166 of file xtc_tls.h.

◆ verify_peer

int xtc_tls_opts_t::verify_peer

Definition at line 164 of file xtc_tls.h.


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