summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-30 10:38:24 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-30 10:38:24 -0500
commit7d0df8bad857e48252d28445dbdc9c087d2e8168 (patch)
tree767ac46eda721f9584eb45be9c16b1c4efa4f929 /src
parentfe04bdcdbb7e4775649356a108d3e2e6b772a088 (diff)
downloadtor-7d0df8bad857e48252d28445dbdc9c087d2e8168.tar.gz
tor-7d0df8bad857e48252d28445dbdc9c087d2e8168.zip
Remove a couple of stale comments from entrynodes.h
Diffstat (limited to 'src')
-rw-r--r--src/or/entrynodes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index bd501d001f..d469df7e3d 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -392,9 +392,6 @@ int num_bridges_usable(void);
#define DFLT_MAX_SAMPLE_SIZE 60
/**
* We always try to make our sample contain at least this many guards.
- *
- * XXXX prop271 There was a MIN_SAMPLE_THRESHOLD in the proposal, but I
- * removed it in favor of MIN_FILTERED_SAMPLE_SIZE. -NM
*/
#define DFLT_MIN_FILTERED_SAMPLE_SIZE 20
/**
@@ -466,7 +463,6 @@ STATIC int get_nonprimary_guard_idle_timeout(void);
STATIC double get_meaningful_restriction_threshold(void);
STATIC double get_extreme_restriction_threshold(void);
-// ---------- XXXX these functions and definitions are post-prop271.
HANDLE_DECL(entry_guard, entry_guard_t, STATIC)
STATIC guard_selection_type_t guard_selection_infer_type(
guard_selection_type_t type_in,