aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-03-15 12:17:23 -0400
committerNick Mathewson <nickm@torproject.org>2013-03-15 12:17:23 -0400
commit0cf327dc7874ae0a021054b78cbb7b24a11aa8fe (patch)
tree7c07a17e88ebb7b6d979540dc35c2ce9f4fd1bd1 /src/or/or.h
parente4d2177d31225f5884dd94038b457dfd9954b11b (diff)
parenta4e9d672924f027c3e66220a8f70427d42154fe2 (diff)
downloadtor-0cf327dc7874ae0a021054b78cbb7b24a11aa8fe.tar
tor-0cf327dc7874ae0a021054b78cbb7b24a11aa8fe.tar.gz
Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/or/or.h b/src/or/or.h
index c7d259853..43fe5485d 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4465,15 +4465,6 @@ typedef struct vote_timing_t {
/********************************* geoip.c **************************/
-/** Round all GeoIP results to the next multiple of this value, to avoid
- * leaking information. */
-#define DIR_RECORD_USAGE_GRANULARITY 8
-/** Time interval: Flush geoip data to disk this often. */
-#define DIR_ENTRY_RECORD_USAGE_RETAIN_IPS (24*60*60)
-/** How long do we have to have observed per-country request history before
- * we are willing to talk about it? */
-#define DIR_RECORD_USAGE_MIN_OBSERVATION_TIME (12*60*60)
-
/** Indicates an action that we might be noting geoip statistics on.
* Note that if we're noticing CONNECT, we're a bridge, and if we're noticing
* the others, we're not.