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:
gardners 2012-05-22 17:40:11 +09:30
parent 115cb942dc
commit e1c30b8ed8

View File

@ -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();
}