commit aaa020e22b26659efcfc753dcabdb1eea45a9a9a Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Jun 15 09:38:45 2015 +0200
Make family field spec more accurate.
Fixes part of #16276. --- web/protocol.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/web/protocol.html b/web/protocol.html index c1dfa3f..0dd3c1c 100644 --- a/web/protocol.html +++ b/web/protocol.html @@ -1174,8 +1174,11 @@ the relay did not report which version it runs. <code class="typeof">array of strings</code> <span class="required-false">optional</span> <p> -Array of fingerprints or nicknames of relays in the -same family as this relay. +Array of fingerprints or nicknames of relays that this relay considers to +be part of its family. +There are no cross-checks whether the listed relays exist or consider this +relay part of their family, so that the effective family of this relay may +be smaller. Omitted if empty or if descriptor containing this information cannot be found. </p>
tor-commits@lists.torproject.org