summaryrefslogtreecommitdiff
path: root/src/lib/container/buffers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/container/buffers.c')
-rw-r--r--src/lib/container/buffers.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/container/buffers.c b/src/lib/container/buffers.c
index 0e98033bfd..5849704e35 100644
--- a/src/lib/container/buffers.c
+++ b/src/lib/container/buffers.c
@@ -16,6 +16,10 @@
* buffers: one for incoming data, and one for outcoming data. These are fed
* and drained from functions in connection.c, trigged by events that are
* monitored in main.c.
+ *
+ * This module only handles the buffer implementation itself. To use a buffer
+ * with the network, a compressor, or a TLS connection, see the other buffer_*
+ * modules.
**/
#define BUFFERS_PRIVATE