aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 0194a1667..624ca0933 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -151,6 +151,7 @@ select_close_handler (void *ch_cls,
151 * 151 *
152 * @param hello the hello-Message for the target node 152 * @param hello the hello-Message for the target node
153 * @param tsessionPtr the session handle that is to be set 153 * @param tsessionPtr the session handle that is to be set
154 * @param may_reuse are we allowed to re-use an existing connection (ignored for UDP)
154 * @return GNUNET_OK on success, GNUNET_SYSERR if the operation failed 155 * @return GNUNET_OK on success, GNUNET_SYSERR if the operation failed
155 */ 156 */
156static int 157static int
@@ -305,6 +306,7 @@ udp_create_socket ()
305 * @param tsession the GNUNET_MessageHello identifying the remote node 306 * @param tsession the GNUNET_MessageHello identifying the remote node
306 * @param message what to send 307 * @param message what to send
307 * @param size the size of the message 308 * @param size the size of the message
309 * @param important is this message "important" to override typical transmit limits?
308 * @return GNUNET_SYSERR on error, GNUNET_OK on success 310 * @return GNUNET_SYSERR on error, GNUNET_OK on success
309 */ 311 */
310static int 312static int