aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-16 14:03:36 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-16 14:03:36 +0000
commitc98e2e920ee8c27d3b319217056116c4f13d1c6a (patch)
treef958d954022da7a79d13902c6d922fcdbaa5e3a0 /src/transport/plugin_transport_udp.c
parent8a5993b15da336afade45be6ee4619a39561956a (diff)
downloadgnunet-c98e2e920ee8c27d3b319217056116c4f13d1c6a.tar.gz
gnunet-c98e2e920ee8c27d3b319217056116c4f13d1c6a.zip
more fixed documentation
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