Ignore:
Timestamp:
Feb 19, 2013 2:37:28 PM (11 years ago)
Author:
ming
Message:

Fixed #1620: Fix the calculation of transmission count during retransmission of STUN request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/include/pjnath/stun_transaction.h

    r3553 r4352  
    235235 * 
    236236 * @param tsx           The STUN client transaction instance. 
     237 * @param mod_count     Boolean flag to indicate whether transmission count 
     238 *                      needs to be incremented. 
    237239 * 
    238240 * @return              PJ_SUCCESS on success, or PJNATH_ESTUNDESTROYED  
     
    241243 *                      as returned by \a on_send_msg() callback. 
    242244 */ 
    243 PJ_DECL(pj_status_t) pj_stun_client_tsx_retransmit(pj_stun_client_tsx *tsx); 
     245PJ_DECL(pj_status_t) pj_stun_client_tsx_retransmit(pj_stun_client_tsx *tsx, 
     246                                                   pj_bool_t mod_count); 
    244247 
    245248 
Note: See TracChangeset for help on using the changeset viewer.