Tue May 13 15:41:24 EDT 2008 Pekka Pessi <first.last@nokia.com>
* nta.c: fixed outgoing retry timer git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8399 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
96d9febc3a
commit
55f505ada4
|
@ -1 +1 @@
|
|||
Tue May 13 15:08:49 EDT 2008
|
||||
Wed May 14 14:16:11 EDT 2008
|
||||
|
|
|
@ -8008,7 +8008,7 @@ static void outgoing_timer(nta_agent_t *sa)
|
|||
outgoing_queue_init(sa->sa_out.free = rq, 0);
|
||||
|
||||
while ((orq = sa->sa_out.re_list)) {
|
||||
if ((int32_t)(orq->orq_retry) - now > 0)
|
||||
if ((int32_t)(orq->orq_retry - now) > 0)
|
||||
break;
|
||||
if (retransmitted >= timer_max_retransmit)
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue