Commit 8593bc3b authored by Fabrice Bellet's avatar Fabrice Bellet Committed by Olivier Crête

conncheck: update peer-reflexive priority of the selected pair

parent b72ba9fb
......@@ -2047,6 +2047,7 @@ static gboolean priv_update_selected_pair (NiceAgent *agent, NiceComponent *comp
cpair.local = pair->local;
cpair.remote = pair->remote;
cpair.priority = pair->priority;
cpair.prflx_priority = pair->prflx_priority;
/* cpair.keepalive is not used by nice_component_update_selected_pair() */
nice_component_update_selected_pair (agent, component, &cpair);
......
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