aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-23 15:52:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-23 15:52:14 +0000
commitb62eced93de9e54f0c8c1cc1a9fbc3c0f9bf7fc5 (patch)
treeb3575cc5e47e7c18923b370ba8c4bc849e73d553 /src/include/gnunet_transport_plugin.h
parent2a70c3886a88b7b45d79d2048cbaf3fd248445ed (diff)
downloadgnunet-b62eced93de9e54f0c8c1cc1a9fbc3c0f9bf7fc5.tar.gz
gnunet-b62eced93de9e54f0c8c1cc1a9fbc3c0f9bf7fc5.zip
docu
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 83ecf6fb8..d8e567106 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -251,7 +251,12 @@ struct GNUNET_TRANSPORT_PluginEnvironment
251 251
252/** 252/**
253 * Function called by the GNUNET_TRANSPORT_TransmitFunction 253 * Function called by the GNUNET_TRANSPORT_TransmitFunction
254 * upon "completion". 254 * upon "completion". In the case that a peer disconnects,
255 * this function must be called for each pending request
256 * (with a 'failure' indication) AFTER notifying the service
257 * about the disconnect event (so that the service won't try
258 * to transmit more messages, believing the connection still
259 * exists...).
255 * 260 *
256 * @param cls closure 261 * @param cls closure
257 * @param target who was the recipient of the message? 262 * @param target who was the recipient of the message?