Ignore:
Timestamp:
Apr 5, 2007 11:32:47 AM (17 years ago)
Author:
bennylp
Message:

ICE (work in progress): handle early check that is received before answer

File:
1 edited

Legend:

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

    r1141 r1152  
    359359 
    360360/** 
     361 * Explicitly request retransmission of the request. Normally application 
     362 * doesn't need to do this, but this functionality is needed by ICE to 
     363 * speed up connectivity check completion. 
     364 * 
     365 * @param sess      The STUN session instance. 
     366 * @param tdata     The request message previously sent. 
     367 * 
     368 * @return          PJ_SUCCESS on success, or the appropriate error. 
     369 */ 
     370PJ_DECL(pj_status_t) pj_stun_session_retransmit_req(pj_stun_session *sess, 
     371                                                    pj_stun_tx_data *tdata); 
     372 
     373 
     374/** 
    361375 * Application must call this function to notify the STUN session about 
    362376 * the arrival of STUN packet. The STUN packet MUST have been checked 
Note: See TracChangeset for help on using the changeset viewer.