summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-10-05 13:35:12 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-10-09 16:26:07 -0400
commit8b5528a1b645e5d1c9e12ca498d31978b031566c (patch)
tree57b357eb7350ba3c66ef21c1971e856a756e69e4
parent879c810de9119c194f9022c48efc7101d8508af0 (diff)
agent: Make the stun-pacing-timer app configurable
There is no reason to only allow modifying it in the new().
-rw-r--r--agent/agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/agent.c b/agent/agent.c
index 8088aaf..a11f55b 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -440,7 +440,7 @@ nice_agent_class_init (NiceAgentClass *klass)
"candidate gathering and sending of connectivity checks",
1, 0xffffffff,
NICE_AGENT_TIMER_TA_DEFAULT,
- G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
/* note: according to spec recommendation in sect 5.7.3 (ID-19) */
g_object_class_install_property (gobject_class, PROP_MAX_CONNECTIVITY_CHECKS,