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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index e7ab1a818..e44a32e44 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1385,7 +1385,6 @@ udp_get_network (void *cls, struct Session *session)
1385 * 1385 *
1386 * @param cls the plugin 1386 * @param cls the plugin
1387 * @param address the address 1387 * @param address the address
1388 * @param inbound look for inbound session
1389 * @return the session or NULL of max connections exceeded 1388 * @return the session or NULL of max connections exceeded
1390 */ 1389 */
1391static struct Session * 1390static struct Session *
@@ -1758,7 +1757,7 @@ udp_plugin_send (void *cls, struct Session *s, const char *msgbuf,
1758 * @param cls closure, the 'struct LocalAddrList' 1757 * @param cls closure, the 'struct LocalAddrList'
1759 * @param add_remove GNUNET_YES to mean the new public IP address, GNUNET_NO to mean 1758 * @param add_remove GNUNET_YES to mean the new public IP address, GNUNET_NO to mean
1760 * the previous (now invalid) one 1759 * the previous (now invalid) one
1761 * @param address either the previous or the new public IP address 1760 * @param addr either the previous or the new public IP address
1762 * @param addrlen actual lenght of the address 1761 * @param addrlen actual lenght of the address
1763 */ 1762 */
1764static void 1763static void