aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-28 09:50:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-28 09:50:23 +0000
commit10985e9e7214f7458b0fdd6d6eceaf7930d90520 (patch)
tree42f8758eece6338e5d31ef686cdb2cdf5ba7cdfd /src/include/gnunet_transport_plugin.h
parentf47172b3668a738228d7e5171d64fd01567a4a08 (diff)
downloadgnunet-10985e9e7214f7458b0fdd6d6eceaf7930d90520.tar.gz
gnunet-10985e9e7214f7458b0fdd6d6eceaf7930d90520.zip
-fix
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index 0dbe6548e..9b39a4190 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -290,7 +290,7 @@ typedef void (*GNUNET_TRANSPORT_TransmitContinuation) (void *cls,
290 * a fresh connection to another peer. 290 * a fresh connection to another peer.
291 * 291 *
292 * @param cls closure 292 * @param cls closure
293 * @param target who should receive this message 293 * @param session which session must be used
294 * @param msgbuf the message to transmit 294 * @param msgbuf the message to transmit
295 * @param msgbuf_size number of bytes in 'msgbuf' 295 * @param msgbuf_size number of bytes in 'msgbuf'
296 * @param priority how important is the message (most plugins will 296 * @param priority how important is the message (most plugins will
@@ -299,15 +299,6 @@ typedef void (*GNUNET_TRANSPORT_TransmitContinuation) (void *cls,
299 * require plugins to discard the message after the timeout, 299 * require plugins to discard the message after the timeout,
300 * just advisory for the desired delay; most plugins will ignore 300 * just advisory for the desired delay; most plugins will ignore
301 * this as well) 301 * this as well)
302 * @param session which session must be used (or NULL for "any")
303 * @param addr the address to use (can be NULL if the plugin
304 * is "on its own" (i.e. re-use existing TCP connection))
305 * @param addrlen length of the address in bytes
306 * @param force_address GNUNET_YES if the plugin MUST use the given address,
307 * GNUNET_NO means the plugin may use any other address and
308 * GNUNET_SYSERR means that only reliable existing
309 * bi-directional connections should be used (regardless
310 * of address)
311 * @param cont continuation to call once the message has 302 * @param cont continuation to call once the message has
312 * been transmitted (or if the transport is ready 303 * been transmitted (or if the transport is ready
313 * for the next transmission call; or if the 304 * for the next transmission call; or if the