diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-02 11:35:06 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-02 11:35:06 -0700 |
commit | 3716ddf1b42270b5db76f8b7b458c5f61aa40e23 (patch) | |
tree | c2659e118c61c4e885a937d7df5b98a06aefa0d2 /src | |
parent | 9f884a38e37ffa62eaaf73699e364b1e37935ea2 (diff) | |
parent | f8d549db7ba1d0f0f8984f5959e669e2db539d58 (diff) | |
download | tor-3716ddf1b42270b5db76f8b7b458c5f61aa40e23.tar.gz tor-3716ddf1b42270b5db76f8b7b458c5f61aa40e23.zip |
Merge remote-tracking branch 'rl1987/doc25237'
Diffstat (limited to 'src')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h index 750c79fd4c..e106ec66fa 100644 --- 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 |