summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2015-09-11 02:59:01 +0000
committerNanang Izzuddin <nanang@teluu.com>2015-09-11 02:59:01 +0000
commit7ebeb75488bb29faab2197c260689b5aca48d758 (patch)
treea9d45690787d6345e7bd24990bff19d816636c4f
parent09b86281abbafee57da58fca8c28b6b63ccfc10f (diff)
Misc (re #1882): Update doxygen of PJSIP_MAX_URL_SIZE as apparently it is currently much more than for logging purpose, e.g: restricting Contact header length (thanks Marcus Froeschl for the feedback).
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5176 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsip/sip_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pjsip/include/pjsip/sip_config.h b/pjsip/include/pjsip/sip_config.h
index 59da2a9f..210c6650 100644
--- a/pjsip/include/pjsip/sip_config.h
+++ b/pjsip/include/pjsip/sip_config.h
@@ -315,8 +315,6 @@ PJ_INLINE(pjsip_cfg_t*) pjsip_cfg(void)
/**
* Specify maximum URL size.
- * This constant is used mainly when printing the URL for logging purpose
- * only.
*/
#ifndef PJSIP_MAX_URL_SIZE
# define PJSIP_MAX_URL_SIZE 256