summaryrefslogtreecommitdiff
path: root/pjnath/include/pjnath/stun_transaction.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-03-27 23:29:27 +0000
committerBenny Prijono <bennylp@teluu.com>2007-03-27 23:29:27 +0000
commit047dad8b9f0e7ef5c92ce4e750bcfbb20d4c4796 (patch)
tree863809344d7f4f0577d2a237748bb806f1f89d77 /pjnath/include/pjnath/stun_transaction.h
parenteb531db72bd93280e47a6a03782da093eb8b2505 (diff)
Created doxygen documentation for PJNATH
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1110 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/include/pjnath/stun_transaction.h')
-rw-r--r--pjnath/include/pjnath/stun_transaction.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/pjnath/include/pjnath/stun_transaction.h b/pjnath/include/pjnath/stun_transaction.h
index 02b0af9e..f296c9f5 100644
--- a/pjnath/include/pjnath/stun_transaction.h
+++ b/pjnath/include/pjnath/stun_transaction.h
@@ -191,13 +191,7 @@ PJ_DECL(pj_status_t) pj_stun_client_tsx_send_msg(pj_stun_client_tsx *tsx,
* with a final response later to allow the transaction to complete.
*
* @param tsx The STUN client transaction instance.
- * @param packet The incoming packet.
- * @param pkt_size Size of the incoming packet.
- * @param parsed_len Optional pointer to receive the number of bytes
- * that have been parsed from the incoming packet
- * for the STUN message. This is useful if the
- * STUN transaction is running over stream oriented
- * socket such as TCP or TLS.
+ * @param msg The incoming STUN message.
*
* @return PJ_SUCCESS on success or the appropriate error code.
*/