better wording for function prototype
authorNathan S. Evans <evans@in.tum.de>
Tue, 7 Dec 2010 17:19:44 +0000 (17:19 +0000)
committerNathan S. Evans <evans@in.tum.de>
Tue, 7 Dec 2010 17:19:44 +0000 (17:19 +0000)
src/testing/testing_group.c

index a0771ae50bf25a4c0981f17f141e3fa8ec8d2c74..2369738b81cbc70790716625dc4313dbd55abde6 100644 (file)
@@ -2574,12 +2574,13 @@ connect_topology (struct GNUNET_TESTING_PeerGroup *pg,
  * by the topology.  This will only have an effect once peers
  * are started if the FRIENDS_ONLY option is set in the base
  * config.  Also takes an optional restrict topology which
- * disallows connections based on a particular transport
+ * disallows connections based on particular transports
  * UNLESS they are specified in the restricted topology.
  *
  * @param pg the peer group struct representing the running peers
  * @param topology which topology to connect the peers in
- * @param restrict_topology allow only direct TCP connections in this topology
+ * @param restrict_topology disallow restrict_transports transport
+ *                          connections to peers NOT in this topology
  *                          use GNUNET_TESTING_TOPOLOGY_NONE for no restrictions
  * @param restrict_transports space delimited list of transports to blacklist
  *                            to create restricted topology