Преглед на файлове

Add an XXX022-1090 to note consider_exit_fmily b0rkenness

Nick Mathewson преди 14 години
родител
ревизия
affdec8d04
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/or/circuitbuild.c

+ 2 - 0
src/or/circuitbuild.c

@@ -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;
     }