aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-09 13:21:48 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-09 13:21:48 +0000
commitb9e7bbea6e7628e77fdbcfdd6832587a07d43658 (patch)
tree2b885562e701d3cc5c11ec07d2051b08ed4c05bf /src/transport/plugin_transport_udp.c
parentf0ac323a4bae4dd87c96bf6d2e9980ec9952df8b (diff)
downloadgnunet-b9e7bbea6e7628e77fdbcfdd6832587a07d43658.tar.gz
gnunet-b9e7bbea6e7628e77fdbcfdd6832587a07d43658.zip
misc train hacking
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index cced16ffd..3a69273c5 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -335,19 +335,8 @@ udp_disconnect (void *cls, const struct GNUNET_PeerIdentity *target)
335 * Actually send out the message. 335 * Actually send out the message.
336 * 336 *
337 * @param plugin the plugin 337 * @param plugin the plugin
338 * @param send_handle which handle to send message on 338 * @param sa the address to send the message to
339 * @param target who should receive this message (ignored by UDP) 339 * @param msg message to transmit
340 * @param msgbuf one or more GNUNET_MessageHeader(s) strung together
341 * @param msgbuf_size the size of the msgbuf to send
342 * @param priority how important is the message (ignored by UDP)
343 * @param timeout when should we time out (give up) if we can not transmit?
344 * @param addr the addr to send the message to, needs to be a sockaddr for us
345 * @param addrlen the len of addr
346 * @param cont continuation to call once the message has
347 * been transmitted (or if the transport is ready
348 * for the next transmission call; or if the
349 * peer disconnected...)
350 * @param cont_cls closure for cont
351 * @return the number of bytes written 340 * @return the number of bytes written
352 */ 341 */
353static ssize_t 342static ssize_t