Ignore:
Timestamp:
Sep 23, 2019 7:25:41 AM (5 years ago)
Author:
ming
Message:

Fixed #2229: Limitations in ICE data sending

File:
1 edited

Legend:

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

    r5339 r6071  
    935935 * @param data_len      Size of data or packet, in bytes. 
    936936 * 
    937  * @return              PJ_SUCCESS if data is sent successfully. 
     937 * @return              If the callback \a on_tx_pkt() is called, this 
     938 *                      will contain the return value of the callback. 
     939 *                      Otherwise, it will indicate failure with 
     940 *                      the appropriate error code. 
    938941 */ 
    939942PJ_DECL(pj_status_t) pj_ice_sess_send_data(pj_ice_sess *ice, 
Note: See TracChangeset for help on using the changeset viewer.