|
libosip 3.6.0
|
Public Attributes | |
| struct osip_dialog * | dialog |
| osip_message_t * | msg2xx |
| osip_message_t * | ack |
| struct timeval | start |
| int | interval |
| char * | dest |
| int | port |
| int | sock |
| int | counter |
ack message if needed
Referenced by osip_start_ack_retransmissions().
| int ixt_t::counter |
start at 7
Referenced by osip_retransmissions_execute().
| char* ixt_t::dest |
destination host
Referenced by osip_start_200ok_retransmissions(), and osip_start_ack_retransmissions().
| struct osip_dialog* ixt_t::dialog |
related dialog
Referenced by osip_start_200ok_retransmissions(), osip_start_ack_retransmissions(), osip_stop_200ok_retransmissions(), and osip_stop_retransmissions_from_dialog().
| int ixt_t::interval |
delay between retransmission, in ms
buffer to retransmit
Referenced by osip_start_200ok_retransmissions().
| int ixt_t::port |
destination port
Referenced by osip_start_200ok_retransmissions(), and osip_start_ack_retransmissions().
| int ixt_t::sock |
socket to use
Referenced by osip_start_200ok_retransmissions(), and osip_start_ack_retransmissions().
| struct timeval ixt_t::start |
Time of first retransmission
Referenced by osip_timers_gettimeout().
1.7.3