From: Nick Mathewson Date: Mon, 2 Jun 2025 14:32:46 +0000 (-0400) Subject: Remove incorrect note about supports_conflux flag X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=192873d6a244f8a4237892f1bae635c67625c695;p=thirdparty%2Ftor.git Remove incorrect note about supports_conflux flag --- 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;