mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
clean up a comment
svn:r10789
This commit is contained in:
parent
39dc589d32
commit
83e8d8d9b9
@ -589,9 +589,9 @@ typedef enum {
|
|||||||
#define END_CIRC_REASON_NOSUCHSERVICE 12
|
#define END_CIRC_REASON_NOSUCHSERVICE 12
|
||||||
#define _END_CIRC_REASON_MAX 12
|
#define _END_CIRC_REASON_MAX 12
|
||||||
|
|
||||||
/* OR this with the argument to circuit_mark_for_close, or
|
/** Bitwise-OR this with the argument to circuit_mark_for_close() or
|
||||||
* control_event_circuit_status to indicate that the reason came from a
|
* control_event_circuit_status() to indicate that the reason was
|
||||||
* destroy or truncate cell. */
|
* passed through from a destroy or truncate cell. */
|
||||||
#define END_CIRC_REASON_FLAG_REMOTE 512
|
#define END_CIRC_REASON_FLAG_REMOTE 512
|
||||||
|
|
||||||
/** Length of 'y' portion of 'y.onion' URL. */
|
/** Length of 'y' portion of 'y.onion' URL. */
|
||||||
|
Loading…
Reference in New Issue
Block a user