]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Tue May 13 16:49:57 EDT 2008 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 14 May 2008 18:21:13 +0000 (18:21 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 14 May 2008 18:21:13 +0000 (18:21 +0000)
  * nua_tag.c: updated NUTAG_RETRY_COUNT() documentation

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8403 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c

index 9c57c6033731b7a6e0567885006dbf2b54a22864..699c0fd0aafb1447f434ac027ce48f632bd2bf95 100644 (file)
@@ -1 +1 @@
-Wed May 14 14:20:32 EDT 2008
+Wed May 14 14:21:05 EDT 2008
index 3b7e3cb6aa06c727a8c54ca798914a3c5b10b65a..a23b94b5b71595182919bcd336088e6f13b44285 100644 (file)
@@ -598,6 +598,8 @@ tag_typedef_t nutag_soa_name = STRTAG_TYPEDEF(soa_name);
  * Retry count determines how many times stack will automatically retry
  * after an recoverable error response, like 302, 401 or 407.
  *
+ * Note that the first request does not count as retry.
+ *
  * @par Used with
  *    nua_create(), nua_set_params(), nua_handle(), nua_set_hparams(),
  *    nua_get_params(), nua_get_hparams(),
@@ -613,7 +615,9 @@ tag_typedef_t nutag_soa_name = STRTAG_TYPEDEF(soa_name);
  *    unsigned
  *
  * @par Values
- *    @c 0   Never retry automatically \n
+ * - 0 - Never retry automatically \n
+ * - Otherwise, number of extra transactions initiated after initial
+ *   transaction failed with recoverable error response
  *
  * @NEW_1_12_4.
  *