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

Structure for 2XX retransmission management. More...

#include <osip.h>

Collaboration diagram for ixt:
Collaboration graph
[legend]

Data Fields

struct osip_dialogdialog
 related dialog More...
 
osip_message_tmsg2xx
 buffer to retransmit More...
 
osip_message_tack
 ack message if needed More...
 
struct timeval start
 Time of first retransmission. More...
 
int interval
 delay between retransmission, in ms More...
 
char * dest
 destination host More...
 
int port
 destination port More...
 
int sock
 socket to use More...
 
int counter
 start at 7 More...
 

Detailed Description

Structure for 2XX retransmission management.

Definition at line 531 of file osip.h.

Field Documentation

osip_message_t* ixt::ack

ack message if needed

Definition at line 535 of file osip.h.

int ixt::counter

start at 7

Definition at line 541 of file osip.h.

char* ixt::dest

destination host

Definition at line 538 of file osip.h.

struct osip_dialog* ixt::dialog

related dialog

Definition at line 533 of file osip.h.

int ixt::interval

delay between retransmission, in ms

Definition at line 537 of file osip.h.

osip_message_t* ixt::msg2xx

buffer to retransmit

Definition at line 534 of file osip.h.

int ixt::port

destination port

Definition at line 539 of file osip.h.

int ixt::sock

socket to use

Definition at line 540 of file osip.h.

struct timeval ixt::start

Time of first retransmission.

Definition at line 536 of file osip.h.


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