Structure for INVITE CLIENT TRANSACTION.
More...
#include <osip.h>
Structure for INVITE CLIENT TRANSACTION.
Definition at line 209 of file osip.h.
char* osip_ict::destination |
IP used to send requests.
Definition at line 216 of file osip.h.
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: