FFmpeg
|
#include <tls.h>
Data Fields | |
char * | ca_file |
int | verify |
char * | cert_file |
char * | key_file |
int | listen |
char * | host |
char * | http_proxy |
char | underlying_host [200] |
int | numerichost |
URLContext * | tcp |
int | is_dtls |
enum DTLSState | state |
int | use_external_udp |
URLContext * | udp |
char * | fingerprint |
char * | cert_buf |
char * | key_buf |
int | mtu |
The size of RTP packet, should generally be set to MTU. More... | |
char* TLSShared::ca_file |
Definition at line 48 of file tls.h.
Referenced by tls_open().
int TLSShared::verify |
Definition at line 49 of file tls.h.
Referenced by tls_open().
char* TLSShared::cert_file |
Definition at line 50 of file tls.h.
Referenced by tls_open().
char* TLSShared::key_file |
Definition at line 51 of file tls.h.
Referenced by tls_open().
int TLSShared::listen |
Definition at line 52 of file tls.h.
Referenced by tls_open().
char* TLSShared::host |
Definition at line 54 of file tls.h.
Referenced by tls_open().
int TLSShared::numerichost |
Definition at line 58 of file tls.h.
Referenced by tls_open().
URLContext* TLSShared::tcp |
Definition at line 60 of file tls.h.
Referenced by ff_tls_close(), tls_close(), tls_open(), tls_read(), and tls_write().
int TLSShared::is_dtls |
Definition at line 62 of file tls.h.
Referenced by openssl_init_ca_key_cert().
enum DTLSState TLSShared::state |
Definition at line 64 of file tls.h.
Referenced by dtls_handshake().
int TLSShared::use_external_udp |
Definition at line 66 of file tls.h.
Referenced by dtls_start().
URLContext* TLSShared::udp |
char* TLSShared::fingerprint |
Definition at line 70 of file tls.h.
Referenced by dtls_start().
char* TLSShared::cert_buf |
Definition at line 73 of file tls.h.
Referenced by openssl_init_ca_key_cert().
char* TLSShared::key_buf |
Definition at line 74 of file tls.h.
Referenced by openssl_init_ca_key_cert().
int TLSShared::mtu |
The size of RTP packet, should generally be set to MTU.
Note that pion requires a smaller value, for example, 1200.
Definition at line 79 of file tls.h.
Referenced by dtls_start().