[tor-commits] [metrics-lib/master] guard-tk actually stands for *weighted* time known.

karsten at torproject.org karsten at torproject.org
Tue Feb 5 14:37:41 UTC 2013


commit fdcf0b49a3092da30c5d322aa98c2f03fcf7c488
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Tue Feb 5 15:37:12 2013 +0100

    guard-tk actually stands for *weighted* time known.
---
 .../descriptor/RelayNetworkStatusVote.java         |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/org/torproject/descriptor/RelayNetworkStatusVote.java b/src/org/torproject/descriptor/RelayNetworkStatusVote.java
index 98abb14..eb8bf66 100644
--- a/src/org/torproject/descriptor/RelayNetworkStatusVote.java
+++ b/src/org/torproject/descriptor/RelayNetworkStatusVote.java
@@ -64,9 +64,9 @@ public interface RelayNetworkStatusVote extends Descriptor {
    * authority doesn't report this value. */
   public double getGuardWfu();
 
-  /* Return the minimum time in seconds that this authority needs to know
-   * about a relay before assigning the Guard flag, or -1 if the authority
-   * doesn't report this information. */
+  /* Return the minimum weighted time in seconds that this authority needs
+   * to know about a relay before assigning the Guard flag, or -1 if the
+   * authority doesn't report this information. */
   public long getGuardTk();
 
   /* Return the minimum bandwidth that this authority requires for



More information about the tor-commits mailing list