summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2015-04-10 09:14:54 +0000
committerRiza Sulistyo <riza@teluu.com>2015-04-10 09:14:54 +0000
commit9a8222497b42c39e316b24059a8413c22396c72d (patch)
tree794e5bb3f69df19e86abffeef28810c6ddd9d709
parent564387c6b1d1ff9651241238dcdeedc0d658ecd5 (diff)
Misc (re #1782): Add information to pjsip_endpt_send_request documentation that the timeout param is not implemented yet.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5059 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsip/sip_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pjsip/include/pjsip/sip_util.h b/pjsip/include/pjsip/sip_util.h
index c8b43f35..67f0528c 100644
--- a/pjsip/include/pjsip/sip_util.h
+++ b/pjsip/include/pjsip/sip_util.h
@@ -772,7 +772,9 @@ typedef void (*pjsip_endpt_send_callback)(void *token, pjsip_event *e);
* @param tdata The transmit data to be sent.
* @param timeout Optional timeout for final response to be received, or -1
* if the transaction should not have a timeout restriction.
- * The value is in miliseconds.
+ * The value is in miliseconds. Note that this is not
+ * implemented yet, so application needs to use its own timer
+ * to handle timeout.
* @param token Optional token to be associated with the transaction, and
* to be passed to the callback.
* @param cb Optional callback to be called when the transaction has