tor

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

commit b66a1f931b12eed6119b9897a9840b9e633625bf
parent 9e16924a7c79d928ff1b075b0105ec3c73cd0040
Author: zero_gear <0x00.gear@gmail.com>
Date:   Thu, 12 Jun 2025 17:56:21 +0200

channel.h: missed channel state transition comment added

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,