Loading changes/doc25237 0 → 100644 +4 −0 Original line number Diff line number Diff line o Documentation: - In code comment, point the reader to the exact section in Tor specification that specifies circuit close error code values. Resolves ticket 25237. src/or/or.h +2 −2 Original line number Diff line number Diff line Loading @@ -728,8 +728,8 @@ typedef enum { /** Catch-all "other" reason for closing origin circuits. */ #define END_CIRC_AT_ORIGIN -1 /* Reasons why we (or a remote OR) might close a circuit. See tor-spec.txt for * documentation of these. */ /* Reasons why we (or a remote OR) might close a circuit. See tor-spec.txt * section 5.4 for documentation of these. */ #define END_CIRC_REASON_MIN_ 0 #define END_CIRC_REASON_NONE 0 #define END_CIRC_REASON_TORPROTOCOL 1 Loading Loading
changes/doc25237 0 → 100644 +4 −0 Original line number Diff line number Diff line o Documentation: - In code comment, point the reader to the exact section in Tor specification that specifies circuit close error code values. Resolves ticket 25237.
src/or/or.h +2 −2 Original line number Diff line number Diff line Loading @@ -728,8 +728,8 @@ typedef enum { /** Catch-all "other" reason for closing origin circuits. */ #define END_CIRC_AT_ORIGIN -1 /* Reasons why we (or a remote OR) might close a circuit. See tor-spec.txt for * documentation of these. */ /* Reasons why we (or a remote OR) might close a circuit. See tor-spec.txt * section 5.4 for documentation of these. */ #define END_CIRC_REASON_MIN_ 0 #define END_CIRC_REASON_NONE 0 #define END_CIRC_REASON_TORPROTOCOL 1 Loading