[tor-commits] [torspec/master] Rename "geoip-start" to "geoip-start-time".

nickm at torproject.org nickm at torproject.org
Wed Jan 11 17:37:54 UTC 2012


commit 164351f8b4ccb470c3056057979090601bdf9880
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Wed Jan 11 18:10:28 2012 +0100

    Rename "geoip-start" to "geoip-start-time".
    
    "geoip-start-time" was replaced by "bridge-stats-end" in e1e5c1b3.
    However, it was always written as "geoip-start-time" in the code whereas
    dir-spec.txt says "geoip-start".  Fixing dir-spec.txt.
---
 dir-spec.txt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index f1aef64..9506d74 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -628,7 +628,7 @@
         SHA1 digest of the GeoIP database file that is used to resolve IP
         addresses to country codes.
 
-    ("geoip-start" YYYY-MM-DD HH:MM:SS NL)
+    ("geoip-start-time" YYYY-MM-DD HH:MM:SS NL)
     ("geoip-client-origins" CC=N,CC=N,... NL)
 
         Only generated by bridge routers (see blocking.pdf), and only
@@ -639,13 +639,13 @@
         country (approximate, and rounded up to the nearest multiple of 8
         in order to hamper traffic analysis).  A country is included
         only if it has at least one address.  The time in
-        "geoip-start" is the time at which we began collecting geoip
+        "geoip-start-time" is the time at which we began collecting geoip
         statistics.
 
-        "geoip-start" and "geoip-client-origins" have been replaced by
+        "geoip-start-time" and "geoip-client-origins" have been replaced by
         "bridge-stats-end" and "bridge-stats-ips" in 0.2.2.4-alpha. The
         reason is that the measurement interval with "geoip-stats" as
-        determined by subtracting "geoip-start" from "published" could
+        determined by subtracting "geoip-start-time" from "published" could
         have had a variable length, whereas the measurement interval in
         0.2.2.4-alpha and later is set to be exactly 24 hours long. In
         order to clearly distinguish the new measurement intervals from



More information about the tor-commits mailing list