Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_tcptls_session_instance Struct Reference

describes a server instance More...

#include <tcptls.h>

Collaboration diagram for ast_tcptls_session_instance:
Collaboration graph
[legend]

Data Fields

int client
 
struct ast_stroverflow_buf
 
struct ast_tcptls_session_argsparent
 
void * private_data
 
struct ast_sockaddr remote_address
 
struct ast_iostreamstream
 

Detailed Description

describes a server instance

Definition at line 149 of file tcptls.h.

Field Documentation

◆ client

int client

◆ overflow_buf

struct ast_str* overflow_buf

◆ parent

struct ast_tcptls_session_args* parent

◆ private_data

void* private_data

◆ remote_address

struct ast_sockaddr remote_address

◆ stream

struct ast_iostream* stream

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