summaryrefslogtreecommitdiff
path: root/pjsip/include/pjsua-lib/pjsua.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-04-04 10:50:21 +0000
committerBenny Prijono <bennylp@teluu.com>2008-04-04 10:50:21 +0000
commit43990d32dc2d14e946c2b93d0810b33e87424d0a (patch)
tree0f64f5e9d8a841387f8b83838ce70ea7b757248d /pjsip/include/pjsua-lib/pjsua.h
parentcd09b24e19e5865a08ace989a367ec5c71ca2c1a (diff)
Ticket #522: Enable keep-alive for UDP transport even when STUN is not configured
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1908 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include/pjsua-lib/pjsua.h')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 33deb388..4890a87b 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -2045,11 +2045,6 @@ typedef struct pjsua_acc_config
* The keep-alive transmission will be sent to the registrar's address,
* after successful registration.
*
- * Even if this setting is enabled, keep-alive transmission is only done
- * when STUN is enabled in the global #pjsua_config, and the transport
- * used for registration is UDP. For TCP and TLS transports, keep-alive
- * is done by the transport themselves.
- *
* Default: 15 (seconds)
*/
unsigned ka_interval;