doxygen-fixes
authorChristian Grothoff <christian@grothoff.org>
Sun, 15 Nov 2009 15:34:52 +0000 (15:34 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 15 Nov 2009 15:34:52 +0000 (15:34 +0000)
src/include/gnunet_nat_lib.h
src/nat/nat.c
src/topology/test_gnunet_service_topology.c
src/upnp/upnp.h

index 43861ddf7cbdd5cd808f8b6c59426391d36b759c..e9b458df9efa385f1d9efd6b0af415dab5fd2dbd 100644 (file)
@@ -100,8 +100,8 @@ void GNUNET_NAT_unregister (struct GNUNET_NAT_Handle *h);
  * Compare the sin(6)_addr fields of AF_INET or AF_INET(6) sockaddr.
  * FIXME: move to src/nat/common.h or so.
  * 
- * @param param a first sockaddr
- * @param param b second sockaddr
+ * @param a first sockaddr
+ * @param b second sockaddr
  * @return 0 if addresses are equal, non-null value otherwise 
  */
 int GNUNET_NAT_cmp_addr (const struct sockaddr *a, 
index e7c16d44ee0645bda831ef5acb9b55b5a9afa570..9fb0609a66ee5631abec7fb42b0711d0f500383e 100644 (file)
@@ -111,7 +111,7 @@ get_traversal_status (const struct GNUNET_NAT_Handle * s)
  * Compare the sin(6)_addr fields of AF_INET or AF_INET(6) sockaddr.
  * @param a first sockaddr
  * @param b second sockaddr
- * @returns 0 if addresses are equal, non-null value otherwise */
+ * @return 0 if addresses are equal, non-null value otherwise */
 int
 GNUNET_NAT_cmp_addr (const struct sockaddr *a, const struct sockaddr *b)
 {
index c05d1f5c033d7694f7cefa3490df639547b79853..3cd39f49d152ffd40c57fb337c89062f924b4903 100644 (file)
@@ -26,7 +26,7 @@
 
 #define VERBOSE GNUNET_YES
 
-#define NUM_PEERS 4
+#define NUM_PEERS 2
 
 /**
  * How long until we give up on connecting the peers?
index a77755a3c7992e004178f51e497a75332455be98..537f9f3e7b110770b4af5863a8b0cddd33696fb8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @file upnp.h Universal Plug N Play API
+ * @file upnp/upnp.h Universal Plug N Play API
  * @ingroup core
  *
  * gaim