Commit 2dc51dd9 authored by Youness Alaoui's avatar Youness Alaoui

Make the upnp timeout 200ms so that it doesn't lag too much and so that it...

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
parent d27bf2c2
...@@ -371,7 +371,7 @@ nice_agent_class_init (NiceAgentClass *klass) ...@@ -371,7 +371,7 @@ nice_agent_class_init (NiceAgentClass *klass)
"The maximum amount of time to wait for UPnP discovery to finish before " "The maximum amount of time to wait for UPnP discovery to finish before "
"signaling the candidate-gathering-done signal", "signaling the candidate-gathering-done signal",
100, 60000, 100, 60000,
2000, 200,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment