aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-23 23:03:24 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-23 23:05:25 -0500
commit365e302f6153a99fc79b7bad8fafa1d61e839e55 (patch)
tree0531c91adde79e847808ed3768083c205967fe43 /src/or/or.h
parent337e32f5b8f5f3b310da20bf0135f17d06efb3ab (diff)
downloadtor-365e302f6153a99fc79b7bad8fafa1d61e839e55.tar
tor-365e302f6153a99fc79b7bad8fafa1d61e839e55.tar.gz
Remove a bunch of unused macro definitions
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 45eb4673c..2968457d8 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -4452,15 +4452,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.