Commit 0d71343b authored by Youness Alaoui's avatar Youness Alaoui

no need to set the request timeout

parent a647036c
...@@ -1291,7 +1291,6 @@ nice_agent_gather_candidates ( ...@@ -1291,7 +1291,6 @@ nice_agent_gather_candidates (
agent->upnp_timer_source = agent_timeout_add_with_context (agent, agent->upnp_timer_source = agent_timeout_add_with_context (agent,
agent->upnp_timeout, priv_upnp_timeout_cb, agent); agent->upnp_timeout, priv_upnp_timeout_cb, agent);
g_object_set (agent->upnp, "request-timeout", 1, NULL);
if (agent->upnp) { if (agent->upnp) {
g_signal_connect (agent->upnp, "mapped-external-port", g_signal_connect (agent->upnp, "mapped-external-port",
G_CALLBACK (_upnp_mapped_external_port), agent); G_CALLBACK (_upnp_mapped_external_port), agent);
......
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