projects
/
platform
/
upstream
/
libnice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b72ba9f
)
conncheck: update peer-reflexive priority of the selected pair
author
Fabrice Bellet
<fabrice@bellet.info>
Sat, 8 Feb 2020 21:02:18 +0000
(22:02 +0100)
committer
Olivier CrĂȘte
<olivier.crete@ocrete.ca>
Mon, 10 Feb 2020 20:49:45 +0000
(20:49 +0000)
agent/conncheck.c
patch
|
blob
|
history
diff --git
a/agent/conncheck.c
b/agent/conncheck.c
index
d3d03ec
..
e5fbb81
100644
(file)
--- a/
agent/conncheck.c
+++ b/
agent/conncheck.c
@@
-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);