diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-15 12:17:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-15 12:17:23 -0400 |
commit | 0cf327dc7874ae0a021054b78cbb7b24a11aa8fe (patch) | |
tree | 7c07a17e88ebb7b6d979540dc35c2ce9f4fd1bd1 /src/or/or.h | |
parent | e4d2177d31225f5884dd94038b457dfd9954b11b (diff) | |
parent | a4e9d672924f027c3e66220a8f70427d42154fe2 (diff) | |
download | tor-0cf327dc7874ae0a021054b78cbb7b24a11aa8fe.tar.gz tor-0cf327dc7874ae0a021054b78cbb7b24a11aa8fe.zip |
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.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/or/or.h b/src/or/or.h index c7d259853b..43fe5485da 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. |