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

Structure for INVITE CLIENT TRANSACTION. More...

#include <osip.h>

Collaboration diagram for osip_ict:
Collaboration graph
[legend]

Data Fields

int timer_a_length
 Timer A A=T1, A=2xT1... More...
 
struct timeval timer_a_start
 Timer A (retransmission) More...
 
int timer_b_length
 Timer B B = 64* T1. More...
 
struct timeval timer_b_start
 Timer B (fire when transaction timeout) More...
 
int timer_d_length
 Timer D D >= 32s for unreliable tr (or 0) More...
 
struct timeval timer_d_start
 Timer D. More...
 
char * destination
 IP used to send requests. More...
 
int port
 port of next hop More...
 

Detailed Description

Structure for INVITE CLIENT TRANSACTION.

Definition at line 209 of file osip.h.

Field Documentation

char* osip_ict::destination

IP used to send requests.

Definition at line 216 of file osip.h.

int osip_ict::port

port of next hop

Definition at line 217 of file osip.h.

int osip_ict::timer_a_length

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

(unreliable only)

Definition at line 210 of file osip.h.

struct timeval osip_ict::timer_a_start

Timer A (retransmission)

Definition at line 211 of file osip.h.

int osip_ict::timer_b_length

Timer B B = 64* T1.

Definition at line 212 of file osip.h.

struct timeval osip_ict::timer_b_start

Timer B (fire when transaction timeout)

Definition at line 213 of file osip.h.

int osip_ict::timer_d_length

Timer D D >= 32s for unreliable tr (or 0)

Definition at line 214 of file osip.h.

struct timeval osip_ict::timer_d_start

Timer D.

Definition at line 215 of file osip.h.


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