mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Document that care needs to be taken with any_streams_attached.
This commit is contained in:
parent
c3028edba6
commit
9b40466072
@ -2875,6 +2875,10 @@ typedef struct origin_circuit_t {
|
|||||||
/**
|
/**
|
||||||
* Did any SOCKS streams or hidserv introductions actually succeed on
|
* Did any SOCKS streams or hidserv introductions actually succeed on
|
||||||
* this circuit?
|
* this circuit?
|
||||||
|
*
|
||||||
|
* Note: If we ever implement end-to-end stream timing through test
|
||||||
|
* stream probes (#5707), we must *not* set this for those probes
|
||||||
|
* (or any other automatic streams).
|
||||||
*/
|
*/
|
||||||
unsigned int any_streams_succeeded : 1;
|
unsigned int any_streams_succeeded : 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user