From: Nathan S. Evans Date: Tue, 12 Oct 2010 14:10:28 +0000 (+0000) Subject: braindead X-Git-Tag: initial-import-from-subversion-38251~20069 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=23d973765917886c20f19b1a5b8257b442ce20bc;p=oweals%2Fgnunet.git braindead --- diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h index d0b5c781a..a377e1d1c 100644 --- a/src/include/gnunet_testing_lib.h +++ b/src/include/gnunet_testing_lib.h @@ -850,9 +850,9 @@ GNUNET_TESTING_topology_option_get(enum GNUNET_TESTING_TopologyOption *topology_ * sense to do this if restrict_topology is a subset of topology. * * For testing peer discovery, etc. it is generally better to - * leave restrict_topology as "0" or ALL and then use the - * connect_topology function to restrict the initial connection - * set. + * leave restrict_topology as GNUNET_TESTING_TOPOLOGY_NONE and + * then use the connect_topology function to restrict the initial + * connection set. * * @param pg the peer group struct representing the running peers * @param topology which topology to connect the peers in