]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add an XXX022-1090 to note consider_exit_fmily b0rkenness
authorNick Mathewson <nickm@torproject.org>
Fri, 25 Mar 2011 19:02:37 +0000 (15:02 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 27 Apr 2011 03:54:15 +0000 (23:54 -0400)
src/or/circuitbuild.c

index 4fa87c018f59bc12a5a95713bf4124662be000a9..b6627a0f8b4155858f69210ba8f07bbb663e8503 100644 (file)
@@ -4142,6 +4142,8 @@ choose_random_entry(cpath_build_state_t *state)
       /* still no? if we're using bridges,
        * and our chosen exit is in the same family as all our
        * bridges, then be flexible about families. */
+      /* XXXX022-1090 This is probably not what people want. Better to choose
+       * a new exit. */
       consider_exit_family = 0;
       goto retry;
     }