Commit 46cc3dd9 authored by Youness Alaoui's avatar Youness Alaoui

Mark pair as nominated when it's a remote peer-reflexive candidate discovered...

Mark pair as nominated when it's a remote peer-reflexive candidate discovered through an early incoming check which has use-candidate
parent c00c3ed7
...@@ -1031,6 +1031,8 @@ void conn_check_remote_candidates_set(NiceAgent *agent) ...@@ -1031,6 +1031,8 @@ void conn_check_remote_candidates_set(NiceAgent *agent)
if (candidate) { if (candidate) {
conn_check_add_for_candidate (agent, stream->id, component, candidate); conn_check_add_for_candidate (agent, stream->id, component, candidate);
if (icheck->use_candidate)
priv_mark_pair_nominated (agent, stream, component, candidate);
priv_schedule_triggered_check (agent, stream, component, icheck->local_socket, candidate, icheck->use_candidate); priv_schedule_triggered_check (agent, stream, component, icheck->local_socket, candidate, icheck->use_candidate);
} }
} }
......
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