Changeset 2773


Ignore:
Timestamp:
Jun 17, 2009 7:14:20 PM (15 years ago)
Author:
bennylp
Message:

Ticket #888: TURN client allocation failure when it receives multiple 438/Stale Nonce responses (thanks Peter Livesey for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjnath/src/pjnath/stun_session.c

    r2724 r2773  
    303303        return PJ_SUCCESS; 
    304304     
    305     if (!PJ_STUN_IS_ERROR_RESPONSE(response->hdr.type)) 
     305    if (!PJ_STUN_IS_ERROR_RESPONSE(response->hdr.type)) { 
     306        sess->auth_retry = 0; 
    306307        return PJ_SUCCESS; 
     308    } 
    307309 
    308310    ea = (const pj_stun_errcode_attr*) 
Note: See TracChangeset for help on using the changeset viewer.