Skip to content
Snippets Groups Projects
Commit 9b404660 authored by Mike Perry's avatar Mike Perry
Browse files

Document that care needs to be taken with any_streams_attached.

parent c3028edb
No related branches found
No related tags found
No related merge requests found
......@@ -2875,6 +2875,10 @@ typedef struct origin_circuit_t {
/**
* Did any SOCKS streams or hidserv introductions actually succeed on
* 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment