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

r14663@catbus: nickm | 2007-08-18 17:50:51 -0400
Fix an XXX020 in or.h: BRIDGE != CONTROLLER.


svn:r11195

Nick Mathewson преди 18 години
родител
ревизия
c7ed49e7f8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/or/or.h

+ 2 - 2
src/or/or.h

@@ -1186,8 +1186,8 @@ typedef struct {
 /** Tor should avoid using this router for circuit-building. */
 #define ROUTER_PURPOSE_CONTROLLER 1
 /** Tor should use this router only for bridge positions in circuits. */
-#define ROUTER_PURPOSE_BRIDGE 1
-  /*XXXX020 Should both of the above be 1? -NM */
+#define ROUTER_PURPOSE_BRIDGE 2
+
   uint8_t purpose; /** What positions in a circuit is this router good for? */
 
   /* The below items are used only by authdirservers for