aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-02-24 11:54:38 +0000
committerNathan S. Evans <evans@in.tum.de>2010-02-24 11:54:38 +0000
commitc39c4a202e12e5535ecde8ab03f9cbda00a066c9 (patch)
tree014265ee9de76ea8e06d54e3df519bd97bf29977 /src/transport/plugin_transport_udp.c
parent4fe62ef359d09dc8503bfc09bf0f9b4a92d4c55c (diff)
downloadgnunet-c39c4a202e12e5535ecde8ab03f9cbda00a066c9.tar.gz
gnunet-c39c4a202e12e5535ecde8ab03f9cbda00a066c9.zip
coverity, doxygen cleanup stuff
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 32e22a150..1cfa1ef43 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -557,7 +557,8 @@ check_port (struct Plugin *plugin, uint16_t in_port)
557 * connect to it but simply to see if the binary format is technically 557 * connect to it but simply to see if the binary format is technically
558 * legal for establishing a connection. 558 * legal for establishing a connection.
559 * 559 *
560 * @param addr pointer to the address, may be modified (slightly) 560 * @param cls handle to Plugin
561 * @param addr address to check
561 * @param addrlen length of addr 562 * @param addrlen length of addr
562 * @return GNUNET_OK if this is a plausible address for this peer 563 * @return GNUNET_OK if this is a plausible address for this peer
563 * and transport, GNUNET_SYSERR if not 564 * and transport, GNUNET_SYSERR if not