tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3716ddf1b42270b5db76f8b7b458c5f61aa40e23
parent 9f884a38e37ffa62eaaf73699e364b1e37935ea2
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sat,  2 Jun 2018 11:35:06 -0700

Merge remote-tracking branch 'rl1987/doc25237'

Diffstat:
Achanges/doc25237 | 4++++
Msrc/or/or.h | 4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/changes/doc25237 b/changes/doc25237 @@ -0,0 +1,4 @@ + 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. diff --git a/src/or/or.h b/src/or/or.h @@ -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