* 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,
* 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)
{
#define VERBOSE GNUNET_YES
-#define NUM_PEERS 4
+#define NUM_PEERS 2
/**
* How long until we give up on connecting the peers?
/**
- * @file upnp.h Universal Plug N Play API
+ * @file upnp/upnp.h Universal Plug N Play API
* @ingroup core
*
* gaim