SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
osip_nict Struct Reference

Structure for NON-INVITE CLIENT TRANSACTION. More...

#include <osip.h>

Collaboration diagram for osip_nict:
Collaboration graph
[legend]

Data Fields

int timer_e_length
 Timer E A=T1, A=2xT1... More...
 
struct timeval timer_e_start
 Timer E (retransmission) More...
 
int timer_f_length
 Timer F B = 64* T1. More...
 
struct timeval timer_f_start
 Timer F (fire when transaction timeout) More...
 
int timer_k_length
 Timer K K = T4 (else = 0) More...
 
struct timeval timer_k_start
 Timer K. More...
 
char * destination
 IP used to send requests. More...
 
int port
 port of next hop More...
 

Detailed Description

Structure for NON-INVITE CLIENT TRANSACTION.

Definition at line 230 of file osip.h.

Field Documentation

char* osip_nict::destination

IP used to send requests.

Definition at line 237 of file osip.h.

int osip_nict::port

port of next hop

Definition at line 238 of file osip.h.

int osip_nict::timer_e_length

Timer E A=T1, A=2xT1...

(unreliable only)

Definition at line 231 of file osip.h.

struct timeval osip_nict::timer_e_start

Timer E (retransmission)

Definition at line 232 of file osip.h.

int osip_nict::timer_f_length

Timer F B = 64* T1.

Definition at line 233 of file osip.h.

struct timeval osip_nict::timer_f_start

Timer F (fire when transaction timeout)

Definition at line 234 of file osip.h.

int osip_nict::timer_k_length

Timer K K = T4 (else = 0)

Definition at line 235 of file osip.h.

struct timeval osip_nict::timer_k_start

Timer K.

Definition at line 236 of file osip.h.


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