tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 192873d6a244f8a4237892f1bae635c67625c695
parent b180b4ca9e40eff9b85886514f971ce83f27e481
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  2 Jun 2025 10:32:46 -0400

Remove incorrect note about supports_conflux flag

Diffstat:
Msrc/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 @@ -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;