]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
senders
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Jun 2025 18:59:03 +0000 (20:59 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 10 Jun 2025 14:04:43 +0000 (16:04 +0200)
send.h

diff --git a/send.h b/send.h
index ff77e2d6dceacace5d9f345c60da816e155ac90a..a915135848978e20bb188c8a05c7c73ac213e763 100644 (file)
--- a/send.h
+++ b/send.h
@@ -54,7 +54,10 @@ enum sender_subcommand {
 #define SENDER_SUBCOMMAND(_name) #_name,
 
 /**
- * Describes one supported sender of para_server.
+ * Describes one sender of para_server(1).
+ *
+ * Each sender implements a bunch of methods. A method may be called by either
+ * a command handler
  *
  * \sa \ref http_send.c \ref udp_send.c, \ref dccp_send.c.
  */