Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_tcptls_session_instance Struct Reference

#include <tcptls.h>

Data Fields

int client
 
FILE * f
 
int fd
 
ast_mutex_t lock
 
struct ast_stroverflow_buf
 
struct ast_tcptls_session_argsparent
 
struct ast_sockaddr remote_address
 
SSL * ssl
 
struct ast_tcptls_streamstream_cookie
 

Detailed Description

Definition at line 201 of file tcptls.h.

Field Documentation

XXX Why do we still use this lock when this struct is allocated as an ao2 object which has its own lock?

Definition at line 210 of file tcptls.h.

Referenced by _sip_tcp_helper_thread(), ast_tcptls_client_create(), ast_tcptls_server_root(), session_instance_destructor(), and sip_tcptls_write().

SSL* ssl
struct ast_tcptls_stream* stream_cookie

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