libosip  5.3.0
Public Attributes | List of all members
osip_nict Struct Reference

#include <osip.h>

Public Attributes

int timer_e_length
 
struct timeval timer_e_start
 
int timer_f_length
 
struct timeval timer_f_start
 
int timer_k_length
 
struct timeval timer_k_start
 
char * destination
 
int port
 

Detailed Description

Structure for NON-INVITE CLIENT TRANSACTION.

Member Data Documentation

◆ destination

char* osip_nict::destination

IP used to send requests

Referenced by osip_nict_set_destination(), and osip_transaction_get_destination().

◆ port

int osip_nict::port

◆ timer_e_length

int osip_nict::timer_e_length

Timer E A=T1, A=2xT1... (unreliable only)

◆ timer_e_start

struct timeval osip_nict::timer_e_start

Timer E (retransmission)

◆ timer_f_length

int osip_nict::timer_f_length

Timer F B = 64* T1

◆ timer_f_start

struct timeval osip_nict::timer_f_start

Timer F (fire when transaction timeout)

◆ timer_k_length

int osip_nict::timer_k_length

Timer K K = T4 (else = 0)

◆ timer_k_start

struct timeval osip_nict::timer_k_start

Timer K


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