]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove incorrect note about supports_conflux flag
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Jun 2025 14:32:46 +0000 (10:32 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
src/core/or/or.h

index 44ec332838b8d08cb20fb6ae9caec38f5b5eff6f..19836736ce77b9cd8e6011f410abf993cad06d00 100644 (file)
@@ -829,7 +829,7 @@ typedef struct protover_summary_flags_t {
    * Requires both FlowCtrl=2 *and* Relay=4 */
   unsigned int supports_congestion_control : 1;
 
-  /** True iff this router supports conflux. Requires Relay=5 */
+  /** True iff this router supports conflux. */
   unsigned int supports_conflux : 1;
 } protover_summary_flags_t;