Changeset 3090 for pjproject


Ignore:
Timestamp:
Feb 8, 2010 5:42:35 PM (14 years ago)
Author:
bennylp
Message:

More ticket #1033:

  • fixed the problem that caused ACK not to be sent. This happened when TCP switching is used, and the TCP fails to send the request.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_transaction.c

    r3084 r3090  
    18061806                                            &timeout_timer_val); 
    18071807            } 
     1808 
     1809            /* Put again pending tdata */ 
     1810            tdata->mod_data[mod_tsx_layer.mod.id] = tsx; 
     1811            tsx->pending_tx = tdata; 
    18081812        } 
    18091813    } 
Note: See TracChangeset for help on using the changeset viewer.