mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Point reader to a section in tor-spec.txt
This commit is contained in:
parent
d7bbfd0f62
commit
f8d549db7b
4
changes/doc25237
Normal file
4
changes/doc25237
Normal file
@ -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.
|
@ -728,8 +728,8 @@ typedef enum {
|
|||||||
/** Catch-all "other" reason for closing origin circuits. */
|
/** Catch-all "other" reason for closing origin circuits. */
|
||||||
#define END_CIRC_AT_ORIGIN -1
|
#define END_CIRC_AT_ORIGIN -1
|
||||||
|
|
||||||
/* Reasons why we (or a remote OR) might close a circuit. See tor-spec.txt for
|
/* Reasons why we (or a remote OR) might close a circuit. See tor-spec.txt
|
||||||
* documentation of these. */
|
* section 5.4 for documentation of these. */
|
||||||
#define END_CIRC_REASON_MIN_ 0
|
#define END_CIRC_REASON_MIN_ 0
|
||||||
#define END_CIRC_REASON_NONE 0
|
#define END_CIRC_REASON_NONE 0
|
||||||
#define END_CIRC_REASON_TORPROTOCOL 1
|
#define END_CIRC_REASON_TORPROTOCOL 1
|
||||||
|
Loading…
Reference in New Issue
Block a user