mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-21 01:42:18 +00:00
deprioritised peer list resolution so that rhizome doesn't
back off at the sight of the first peer list enquiry.
This commit is contained in:
parent
115cb942dc
commit
e1c30b8ed8
@ -913,9 +913,7 @@ int overlay_mdp_dispatch(overlay_mdp_frame *mdp,int userGeneratedFrameP,
|
||||
}
|
||||
|
||||
int q=OQ_ORDINARY;
|
||||
if (mdp->out.src.port==MDP_PORT_VOMP
|
||||
||mdp->out.src.port==MDP_PORT_DNALOOKUP
|
||||
||mdp->out.dst.port==MDP_PORT_DNALOOKUP) {
|
||||
if (mdp->out.src.port==MDP_PORT_VOMP) {
|
||||
q=OQ_ISOCHRONOUS_VOICE;
|
||||
rhizome_saw_voice_traffic();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user