gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24920 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r24920 - gnunet/src/include
Date: Mon, 12 Nov 2012 19:14:38 +0100

Author: harsha
Date: 2012-11-12 19:14:38 +0100 (Mon, 12 Nov 2012)
New Revision: 24920

Modified:
   gnunet/src/include/gnunet_testbed_service.h
Log:
Options for 2D Torus

Modified: gnunet/src/include/gnunet_testbed_service.h
===================================================================
--- gnunet/src/include/gnunet_testbed_service.h 2012-11-12 18:13:55 UTC (rev 
24919)
+++ gnunet/src/include/gnunet_testbed_service.h 2012-11-12 18:14:38 UTC (rev 
24920)
@@ -939,7 +939,9 @@
   GNUNET_TESTBED_TOPOLOGY_RING,
 
   /**
-   * 2-d torus.  No options.
+   * 2-d torus.  Followed by the number `x' (unsigned int) of peers along the
+   * poloidal and the number `y' (unsigned int) of peers along the toroidal. 
The
+   * total number of peers must be equal to `(x * y)'
    */
   GNUNET_TESTBED_TOPOLOGY_2D_TORUS,
 
@@ -967,14 +969,14 @@
   GNUNET_TESTBED_TOPOLOGY_LINE,
 
   /**
-   * All peers are disconnected.  No options.
+   * Read a topology from a given file.  Followed by the name of the file 
(const char *).
    */
-  GNUNET_TESTBED_TOPOLOGY_NONE,
+  GNUNET_TESTBED_TOPOLOGY_FROM_FILE,
 
   /**
-   * Read a topology from a given file.  Followed by the name of the file 
(const char *).
+   * All peers are disconnected.  No options.
    */
-  GNUNET_TESTBED_TOPOLOGY_FROM_FILE,
+  GNUNET_TESTBED_TOPOLOGY_NONE,
 
   /**
    * The options should always end with this




reply via email to

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