Improve comment for ChannelUsage::Exit

This commit is contained in:
Nick Mathewson 2022-08-11 10:32:50 +00:00 committed by Ian Jackson
parent d44c860355
commit cbd759163a
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ pub enum ChannelUsage {
/// Use for BEGINDIR-based non-anonymous directory connections
Dir,
/// Use to exit
/// Use to transmit user traffic (including exit traffic) over the network.
///
/// Includes a circuit being constructed preemptively.
Exit,