tor

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

commit 9261465b0d650be6f6efa65b4875314d2ffb1706
parent 7c95fd2d6ebd3f706ed6208b7b186eaae99fe494
Author: David Goulet <dgoulet@torproject.org>
Date:   Thu, 12 Jun 2025 15:56:21 +0000

Merge branch 'of_development' into 'main'

channel.h: missed channel state transition comment added

See merge request tpo/core/tor!888
Diffstat:
Msrc/core/or/channel.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/core/or/channel.h b/src/core/or/channel.h @@ -97,6 +97,7 @@ typedef enum { * * Permitted transitions from: * - CHANNEL_STATE_MAINT + * - CHANNEL_STATE_OPENING * - CHANNEL_STATE_OPEN * Permitted transitions to: * - CHANNEL_STATE_CLOSED,