Mercurial > pidgin.yaz
comparison doc/PERL-HOWTO.dox @ 27295:3e516701dd33
Changes to our DNS SRV record sorting, care of Vijay Vijay Raghunathan
from Meebo.
SRV records have two fields that determine the order in which the results
should be used:
1. Priority (which we call "pref" for some reason). Records with a
lower priority will be used first.
2. Weight. Records with a higher weight are more likely to be used
first, but there is some amount of randomness. We were actually
doing this backwards and using records with lower weight first. And
we weren't randomizing. But now we are.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 29 Jun 2009 06:49:59 +0000 |
parents | 1414e0e01dc5 |
children | 77dfed554b2b |
comparison
equal
deleted
inserted
replaced
27294:862b8208a546 | 27295:3e516701dd33 |
---|