|
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 |
| int | external_sock |
| URLContext * | udp |
| URLContext * | tcp |
| int | is_dtls |
| enum DTLSState | state |
| 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 49 of file tls.h.
Referenced by tls_open().
| int TLSShared::verify |
Definition at line 50 of file tls.h.
Referenced by tls_open().
| char* TLSShared::cert_file |
Definition at line 51 of file tls.h.
Referenced by tls_open().
| char* TLSShared::key_file |
Definition at line 52 of file tls.h.
Referenced by tls_open().
| int TLSShared::listen |
Definition at line 53 of file tls.h.
Referenced by tls_open().
| char* TLSShared::host |
Definition at line 55 of file tls.h.
Referenced by tls_open().
| int TLSShared::numerichost |
Definition at line 59 of file tls.h.
Referenced by tls_open().
| int TLSShared::external_sock |
Definition at line 61 of file tls.h.
Referenced by dtls_start().
| URLContext* TLSShared::udp |
Definition at line 62 of file tls.h.
Referenced by dtls_handshake().
| URLContext* TLSShared::tcp |
Definition at line 63 of file tls.h.
Referenced by ff_tls_close(), tls_close(), tls_open(), tls_read(), and tls_write().
| enum DTLSState TLSShared::state |
Definition at line 67 of file tls.h.
Referenced by dtls_handshake().
| 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 77 of file tls.h.
Referenced by dtls_start().
1.8.17