From fdd92d7a3136c42cde53a92a72e34068e9c7ee89 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 14 May 2008 18:21:13 +0000 Subject: [PATCH] Tue May 13 16:49:57 EDT 2008 Pekka Pessi * 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 | 2 +- libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/libs/sofia-sip/.update b/libs/sofia-sip/.update index 9c57c60337..699c0fd0aa 100644 --- a/libs/sofia-sip/.update +++ b/libs/sofia-sip/.update @@ -1 +1 @@ -Wed May 14 14:20:32 EDT 2008 +Wed May 14 14:21:05 EDT 2008 diff --git a/libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c b/libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c index 3b7e3cb6aa..a23b94b5b7 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c +++ b/libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c @@ -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. *