aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-08 19:00:19 +0000
commitfe947a9704bed14c2fc74b2f2069596fe884cbad (patch)
tree644efdaa37d692b09f8e279bfe5e8b2ebe81448b /src/transport/plugin_transport_template.c
parenta8b0ab037820f6a9f405be3855ce8d3ebbd4399b (diff)
downloadgnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.tar.gz
gnunet-fe947a9704bed14c2fc74b2f2069596fe884cbad.zip
better comments
Diffstat (limited to 'src/transport/plugin_transport_template.c')
-rw-r--r--src/transport/plugin_transport_template.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index 6307092fc..95fd2de5f 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -171,6 +171,7 @@ template_plugin_validate (void *cls,
171 * @param target who should receive this message 171 * @param target who should receive this message
172 * @param priority how important is the message 172 * @param priority how important is the message
173 * @param msg the message to transmit 173 * @param msg the message to transmit
174 * @param timeout when should we time out
174 * @param cont continuation to call once the message has 175 * @param cont continuation to call once the message has
175 * been transmitted (or if the transport is ready 176 * been transmitted (or if the transport is ready
176 * for the next transmission call; or if the 177 * for the next transmission call; or if the
@@ -226,7 +227,7 @@ template_plugin_cancel (void *cls,
226 * format. 227 * format.
227 * 228 *
228 * @param cls closure 229 * @param cls closure
229 * @param name name of the transport that generated the address 230 * @param type name of the transport that generated the address
230 * @param addr one of the addresses of the host, NULL for the last address 231 * @param addr one of the addresses of the host, NULL for the last address
231 * the specific address format depends on the transport 232 * the specific address format depends on the transport
232 * @param addrlen length of the address 233 * @param addrlen length of the address
@@ -254,7 +255,7 @@ template_plugin_address_pretty_printer (void *cls,
254 * calls to stay below the quota (in terms of incoming data). 255 * calls to stay below the quota (in terms of incoming data).
255 * 256 *
256 * @param cls closure 257 * @param cls closure
257 * @param peer the peer for whom the quota is given 258 * @param target the peer for whom the quota is given
258 * @param quota_in quota for receiving/sending data in bytes per ms 259 * @param quota_in quota for receiving/sending data in bytes per ms
259 */ 260 */
260static void 261static void