Commit 6c2dc976 authored by Fabrice Bellet's avatar Fabrice Bellet Committed by Olivier Crête

conncheck: make a single ordinary check per callback

This is more friendly with stun pacing.
parent ef95b2e1
......@@ -786,6 +786,8 @@ timer_return_timeout:
priv_conn_check_initiate (agent, pair);
priv_print_conn_check_lists (agent, G_STRFUNC,
", initiated an ordinary connection check");
if (stun_sent)
*stun_sent = TRUE;
return TRUE;
}
......
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