Changeset 5059 for pjproject


Ignore:
Timestamp:
Apr 10, 2015 9:14:54 AM (9 years ago)
Author:
riza
Message:

Misc (re #1782): Add information to pjsip_endpt_send_request documentation that the timeout param is not implemented yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_util.h

    r4888 r5059  
    773773 * @param timeout   Optional timeout for final response to be received, or -1  
    774774 *                  if the transaction should not have a timeout restriction. 
    775  *                  The value is in miliseconds. 
     775 *                  The value is in miliseconds. Note that this is not  
     776 *                  implemented yet, so application needs to use its own timer  
     777 *                  to handle timeout. 
    776778 * @param token     Optional token to be associated with the transaction, and  
    777779 *                  to be passed to the callback. 
Note: See TracChangeset for help on using the changeset viewer.