gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r14289 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r14289 - gnunet/src/testing
Date: Mon, 31 Jan 2011 11:34:49 +0100

Author: nevans
Date: 2011-01-31 11:34:49 +0100 (Mon, 31 Jan 2011)
New Revision: 14289

Modified:
   gnunet/src/testing/testing_group.c
Log:
param

Modified: gnunet/src/testing/testing_group.c
===================================================================
--- gnunet/src/testing/testing_group.c  2011-01-30 23:23:13 UTC (rev 14288)
+++ gnunet/src/testing/testing_group.c  2011-01-31 10:34:49 UTC (rev 14289)
@@ -1458,6 +1458,7 @@
  *
  * @param pg the peer group we are dealing with
  * @param proc the connection processor to use
+ * @param list the peer list to use
  *
  * @return the number of connections created
  */
@@ -1531,6 +1532,7 @@
  * @param pg the peergroup to create the topology on
  * @param proc the connection processor to call to actually set
  *        up connections between two peers
+ * @param list the peer list to use
  *
  * @return the number of connections that were set up
  *
@@ -1654,6 +1656,7 @@
  * @param pg the peergroup to create the topology on
  * @param proc the connection processor to call to actually set
  *        up connections between two peers
+ * @param list the peer list to use
  *
  * @return the number of connections that were set up
  *
@@ -1716,6 +1719,7 @@
  * @param pg the peergroup to create the topology on
  * @param proc the connection processor to call to actually set
  *        up connections between two peers
+ * @param list the peer list to use
  *
  * @return the number of connections that were set up
  *
@@ -1886,6 +1890,7 @@
  * @param pg the peergroup to create the topology on
  * @param proc the connection processor to call to actually set
  *        up connections between two peers
+ * @param list the peer list to use
  *
  * @return the number of connections that were set up
  *
@@ -1948,6 +1953,7 @@
  * @param pg the peergroup to create the topology on
  * @param proc the connection processor to call to actually set
  *        up connections between two peers
+ * @param list the peer list to use
  *
  * @return the number of connections that were set up
  *
@@ -2036,6 +2042,7 @@
  * @param pg the peergroup to create the topology on
  * @param proc the connection processor to call to actually set
  *        up connections between two peers
+ * @param list the peer list to use
  *
  * @return the number of connections that were set up
  *
@@ -2179,6 +2186,7 @@
  * @param filename the file to read topology information from
  * @param proc the connection processor to call to actually set
  *        up connections between two peers
+ * @param list the peer list to use
  *
  * @return the number of connections that were set up
  *
@@ -2316,6 +2324,7 @@
  * @param pg the peergroup to create the topology on
  * @param proc the connection processor to call to actually set
  *        up connections between two peers
+ * @param list the peer list to use
  *
  * @return the number of connections that were set up
  *
@@ -3153,7 +3162,7 @@
                   _
                   ("Creating no allowed topology (all peers can connect at 
core level)\n"));
 #endif
-      num_connections = 0;
+      num_connections = pg->total * pg->total; /* Clique is allowed! */
       break;
     default:
       num_connections = 0;
@@ -3763,6 +3772,7 @@
  * @param pg the peergroup we are dealing with
  * @param num how many connections at least should each peer have (if 
possible)?
  * @param proc processor to actually add the connections
+ * @param list the peer list to use
  */
 void
 add_closest (struct GNUNET_TESTING_PeerGroup *pg, unsigned int num,




reply via email to

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