Преглед изворни кода

Document "guard" flag. Also document subtle shift in meaning of "stable" and "fast" to mean "good for stable circs" and "good for fast circs", rather than "stable server" or "fast server".

svn:r5857
Nick Mathewson пре 20 година
родитељ
комит
75ca3e5063
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      doc/dir-spec.txt

+ 4 - 2
doc/dir-spec.txt

@@ -168,10 +168,12 @@ $Id$
           "Authority" if the router is a directory authority.
           "Authority" if the router is a directory authority.
           "Exit" if the router is useful for building general-purpose exit
           "Exit" if the router is useful for building general-purpose exit
              circuits.
              circuits.
-          "Fast" if the router has high bandwidth.
+          "Fast" if the router is suitable for high-bandwidth circuits.
+          "Gurad" if the router is suitable for use as an entry guard.
+             (Currently, this means 'fast' and 'stable'.)
           "Named" if the router's identity-nickname mapping is canonical,
           "Named" if the router's identity-nickname mapping is canonical,
              and this authority binds names.
              and this authority binds names.
-          "Stable" if the router tends to stay up for a long time.
+          "Stable" if the router is suitable for long-lived circuits.
           "Running" if the router is currently usable.
           "Running" if the router is currently usable.
           "Valid" if the router has been 'validated'.
           "Valid" if the router has been 'validated'.
           "V2Dir" if the router implements this protocol.
           "V2Dir" if the router implements this protocol.