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

Structure for INVITE SERVER TRANSACTION. More...

#include <osip.h>

Collaboration diagram for osip_ist:
Collaboration graph
[legend]

Data Fields

int timer_g_length
 Timer G G=MIN(T1*2,T2) for unreliable trans. More...
 
struct timeval timer_g_start
 Timer G (0 when reliable transport is used) More...
 
int timer_h_length
 Timer H H = 64* T1. More...
 
struct timeval timer_h_start
 Timer H (fire if no ACK is received) More...
 
int timer_i_length
 Timer I I = T4 for unreliable (or 0) More...
 
struct timeval timer_i_start
 Timer I (absorb all ACK) More...
 

Detailed Description

Structure for INVITE SERVER TRANSACTION.

Definition at line 252 of file osip.h.

Field Documentation

int osip_ist::timer_g_length

Timer G G=MIN(T1*2,T2) for unreliable trans.

Definition at line 253 of file osip.h.

struct timeval osip_ist::timer_g_start

Timer G (0 when reliable transport is used)

Definition at line 254 of file osip.h.

int osip_ist::timer_h_length

Timer H H = 64* T1.

Definition at line 255 of file osip.h.

struct timeval osip_ist::timer_h_start

Timer H (fire if no ACK is received)

Definition at line 256 of file osip.h.

int osip_ist::timer_i_length

Timer I I = T4 for unreliable (or 0)

Definition at line 257 of file osip.h.

struct timeval osip_ist::timer_i_start

Timer I (absorb all ACK)

Definition at line 258 of file osip.h.


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