Changeset 386:64737828b3d6 in verona


Ignore:
Timestamp:
Dec 12, 2011 8:07:27 PM (18 months ago)
Author:
Nikita Kozlov <nikita@…>
Branch:
default
rebase_source:
465c5c822dfc3ca6128fba6f4bc559e4b2927d58
Message:

change in exosip the timeout on unfinished trans to 40sec instead of 180

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libeXosip2/src/udp.c

    r268 r386  
    18821882        } 
    18831883 
    1884         if (tr != NULL && tr->state != IST_TERMINATED && tr->state != ICT_TERMINATED && tr->birth_time + 180 < now) {   /* Wait a max of 2 minutes */ 
     1884        if (tr != NULL && tr->state != IST_TERMINATED && tr->state != ICT_TERMINATED && tr->birth_time + 40 < now) {    /* Wait a max of 40 sec */ 
    18851885                if (jd != NULL) { 
    18861886                        OSIP_TRACE(osip_trace(__FILE__, __LINE__, OSIP_INFO2, NULL, 
Note: See TracChangeset for help on using the changeset viewer.