From 192873d6a244f8a4237892f1bae635c67625c695 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 2 Jun 2025 10:32:46 -0400 Subject: [PATCH] Remove incorrect note about supports_conflux flag --- src/core/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/or/or.h b/src/core/or/or.h index 44ec332838..19836736ce 100644 --- a/src/core/or/or.h +++ b/src/core/or/or.h @@ -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; -- 2.47.2