]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document that care needs to be taken with any_streams_attached.
authorMike Perry <mikeperry-git@fscked.org>
Thu, 22 Nov 2012 00:31:58 +0000 (16:31 -0800)
committerMike Perry <mikeperry-git@fscked.org>
Fri, 7 Dec 2012 23:28:38 +0000 (15:28 -0800)
src/or/or.h

index 8501235b7b470fe7f220c52fbae65c15fac00a1e..d165705e9711ea3ba82ee9804400984f4e470930 100644 (file)
@@ -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;