diff options
Diffstat (limited to 'src/or/channel.c')
-rw-r--r-- | src/or/channel.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/or/channel.c b/src/or/channel.c index 46e833854b..45ff501de6 100644 --- a/src/or/channel.c +++ b/src/or/channel.c @@ -3,7 +3,11 @@ /** * \file channel.c - * \brief OR-to-OR channel abstraction layer + * + * \brief OR/OP-to-OR channel abstraction layer. A channel's job is to + * transfer cells from Tor instance to Tor instance. + * Currently, there is only one implementation of the channel abstraction: in + * channeltls.c. **/ /* |