aboutsummaryrefslogtreecommitdiff
path: root/src/or/channel.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-27 18:08:24 +0100
committerNick Mathewson <nickm@torproject.org>2016-02-27 18:08:24 +0100
commitfe6ca826dfc4d107faead4d3293740f29ad88ac1 (patch)
treede895ba82089a4156900f5bd76a027cc3e80944c /src/or/channel.c
parentd5cbc21ad1138bb40e636851042a686784e7d786 (diff)
downloadtor-fe6ca826dfc4d107faead4d3293740f29ad88ac1.tar.gz
tor-fe6ca826dfc4d107faead4d3293740f29ad88ac1.zip
Make sure that every module in src/or has a brief description.
Diffstat (limited to 'src/or/channel.c')
-rw-r--r--src/or/channel.c6
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.
**/
/*