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_transaction.h

    r1141 r1152  
    222222                                                 unsigned pkt_len); 
    223223 
     224/** 
     225 * Request to retransmit the request. Normally application should not need 
     226 * to call this function since retransmission would be handled internally, 
     227 * but this functionality is needed by ICE. 
     228 * 
     229 * @param tsx           The STUN client transaction instance. 
     230 * 
     231 * @return              PJ_SUCCESS on success or the appropriate error code. 
     232 */ 
     233PJ_DECL(pj_status_t) pj_stun_client_tsx_retransmit(pj_stun_client_tsx *tsx); 
    224234 
    225235 
Note: See TracChangeset for help on using the changeset viewer.