From 2dc51dd933dbef2dd7dd53f72d7d1f22eca58db4 Mon Sep 17 00:00:00 2001 From: Youness Alaoui Date: Fri, 15 May 2009 16:49:53 -0400 Subject: [PATCH] Make the upnp timeout 200ms so that it doesn't lag too much and so that it works correctly once gupnp-igd 0.1.3 is released --- agent/agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent.c b/agent/agent.c index 22f89a9..1807dd7 100644 --- a/agent/agent.c +++ b/agent/agent.c @@ -371,7 +371,7 @@ nice_agent_class_init (NiceAgentClass *klass) "The maximum amount of time to wait for UPnP discovery to finish before " "signaling the candidate-gathering-done signal", 100, 60000, - 2000, + 200, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); #endif -- 2.11.4.GIT