gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2222 - GNUnet/contrib


From: durner
Subject: [GNUnet-SVN] r2222 - GNUnet/contrib
Date: Sun, 30 Oct 2005 13:29:02 -0800 (PST)

Author: durner
Date: 2005-10-30 13:28:57 -0800 (Sun, 30 Oct 2005)
New Revision: 2222

Modified:
   GNUnet/contrib/config-daemon.in
Log:
Friends are in a separate category

Modified: GNUnet/contrib/config-daemon.in
===================================================================
--- GNUnet/contrib/config-daemon.in     2005-10-30 18:20:24 UTC (rev 2221)
+++ GNUnet/contrib/config-daemon.in     2005-10-30 21:28:57 UTC (rev 2222)
@@ -338,19 +338,6 @@
                
                If in doubt, try without.  Default is empty.
   
-       config F2F
-       string "List of friends for friend-to-friend topology"
-       default "$GNUNETD_HOME/friends"
-       depends on Meta::ADVANCED
-       help
-               Specifies the name of a file which contains a list of GNUnet 
peer IDs
-               that are friends.  If used together with 
-
-                [MODULES] topology = topology_f2f
-
-                this will ensure that GNUnet only connects to these peers (via
-               any available transport).
-
        config HELLOEXCHANGE
        bool "Participate in network topology management"
        default y
@@ -383,6 +370,21 @@
 
 endmenu
 
+menu "Friend-to-Friend" "F2F"
+       config FRIENDS
+       string "List of friends for friend-to-friend topology"
+       default "$GNUNETD_HOME/friends"
+       depends on Meta::ADVANCED
+       help
+               Specifies the name of a file which contains a list of GNUnet 
peer IDs
+               that are friends.  If used together with 
+
+                [MODULES] topology = topology_f2f
+
+                this will ensure that GNUnet only connects to these peers (via
+               any available transport).
+endmenu
+
 menu "Resource limitations" "LOAD"
 
        config BASICLIMITING





reply via email to

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