gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18357 - in gnunet/src: mesh nat transport


From: gnunet
Subject: [GNUnet-SVN] r18357 - in gnunet/src: mesh nat transport
Date: Mon, 28 Nov 2011 17:25:09 +0100

Author: grothoff
Date: 2011-11-28 17:25:09 +0100 (Mon, 28 Nov 2011)
New Revision: 18357

Modified:
   gnunet/src/mesh/mesh_tunnel_tree.c
   gnunet/src/nat/nat.c
   gnunet/src/transport/gnunet-service-transport_clients.c
Log:
-more doxygen fixes

Modified: gnunet/src/mesh/mesh_tunnel_tree.c
===================================================================
--- gnunet/src/mesh/mesh_tunnel_tree.c  2011-11-28 16:19:21 UTC (rev 18356)
+++ gnunet/src/mesh/mesh_tunnel_tree.c  2011-11-28 16:25:09 UTC (rev 18357)
@@ -275,7 +275,7 @@
  * Recusively update the info about what is the first hop to reach the node
  *
  * @param tree Tree this nodes belongs to.
- * @param parent_id Short ID from node form which to start updating.
+ * @param parent ID from node form which to start updating.
  * @param hop If known, ID of the first hop.
  *            If not known, NULL to find out and pass on children.
  */

Modified: gnunet/src/nat/nat.c
===================================================================
--- gnunet/src/nat/nat.c        2011-11-28 16:19:21 UTC (rev 18356)
+++ gnunet/src/nat/nat.c        2011-11-28 16:25:09 UTC (rev 18357)
@@ -629,6 +629,8 @@
  * @param name name of the interface
  * @param isDefault do we think this may be our default interface
  * @param addr address of the interface
+ * @param broadcast_addr the broadcast address (can be NULL for unknown or 
unassigned)
+ * @param netmask the network mask (can be NULL for unknown or unassigned))
  * @param addrlen number of bytes in addr
  * @return GNUNET_OK to continue iterating
  */

Modified: gnunet/src/transport/gnunet-service-transport_clients.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_clients.c     2011-11-28 
16:19:21 UTC (rev 18356)
+++ gnunet/src/transport/gnunet-service-transport_clients.c     2011-11-28 
16:25:09 UTC (rev 18357)
@@ -606,7 +606,7 @@
  * the client.
  *
  * @param cls the transmission context used ('struct 
GNUNET_SERVER_TransmitContext*')
- * @param address the resolved name, NULL to indicate the last response
+ * @param buf text to transmit
  */
 static void
 transmit_address_to_client (void *cls, const char *buf)
@@ -630,7 +630,8 @@
  * the client.
  *
  * @param cls the transmission context used ('struct 
GNUNET_SERVER_TransmitContext*')
- * @param address the resolved name, NULL to indicate the last response
+ * @param buf data to transmit
+ * @param size number of bytes in buf
  */
 static void
 transmit_binary_to_client (void *cls, void *buf, size_t size)
@@ -779,7 +780,7 @@
  * Output the active address of connected neighbours to the given client.
  *
  * @param cls the 'struct GNUNET_SERVER_TransmitContext' for transmission to 
the client
- * @param neighbour identity of the neighbour
+ * @param peer identity of the neighbour
  * @param ats performance data
  * @param ats_count number of entries in ats (excluding 0-termination)
  * @param address the address




reply via email to

[Prev in Thread] Current Thread [Next in Thread]