[tor-commits] [tor/master] Remove an XXXprop271 comment that has been replaced by #21423

nickm at torproject.org nickm at torproject.org
Thu Feb 9 15:26:53 UTC 2017


commit 41f880c39612152e8186f2cf5b492c079b8e8950
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Feb 9 10:13:54 2017 -0500

    Remove an XXXprop271 comment that has been replaced by #21423
---
 src/or/circuitbuild.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 15e9689..cd00034 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -2271,12 +2271,6 @@ choose_good_middle_server(uint8_t purpose,
  * Set *<b>guard_state_out</b> to information about the guard that
  * we're selecting, which we'll use later to remember whether the
  * guard worked or not.
- *
- * XXXX prop271 this function is used in four ways: picking out guards for
- *   the old (pre-prop271) guard algorithm; picking out guards for circuits;
- *   picking out guards for testing circuits on non-bridgees;
- *   picking out entries when entry guards are disabled.  These options
- *   should be disentangled.
  */
 const node_t *
 choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state,





More information about the tor-commits mailing list