gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1113 - GNUnet/contrib


From: durner
Subject: [GNUnet-SVN] r1113 - GNUnet/contrib
Date: Tue, 28 Jun 2005 11:58:10 -0700 (PDT)

Author: durner
Date: 2005-06-28 11:58:02 -0700 (Tue, 28 Jun 2005)
New Revision: 1113

Modified:
   GNUnet/contrib/config-client.in
   GNUnet/contrib/config-daemon.in
   GNUnet/contrib/gnunet.root
   GNUnet/contrib/gnunet.user
Log:
update

Modified: GNUnet/contrib/config-client.in
===================================================================
--- GNUnet/contrib/config-client.in     2005-06-28 18:27:11 UTC (rev 1112)
+++ GNUnet/contrib/config-client.in     2005-06-28 18:58:02 UTC (rev 1113)
@@ -49,7 +49,7 @@
 
        config LOGFILE
        string "Where to write the messages"
-       default "$GNUNET_HOME/logs"
+       default ""
        depends on Meta::ADVANCED-CLIENT
        help
                Where to write the messages? Leave the entry unspecified (as
@@ -101,20 +101,6 @@
                timing out (in seconds).  Default is "3000", which should be 
enough
                for pretty much anything. Use 0 for no timeout.
 
-       config ANONYMITY-RECEIVE
-       int "Anonymity level for receiving data (default)"
-       default 1
-       depends on Meta::ADVANCED-CLIENT
-       help
-               Anonymity level for receiving data (default)
-
-       config ANONYMITY-SEND
-       int "Anonymity level for sharing data (default)"
-       default 1
-       depends on Meta::ADVANCED-CLIENT
-       help
-               Anonymity level for sharing data (default)
-
        config MAXRESULTS
        int "Default limit for the number of search results"
        default 0
@@ -176,7 +162,7 @@
 menu "Default options for gnunet-gtk" GNUNET-GTK
        config GNUNETD-CONFIG
        string "Path to the gnunet.conf file"
-       default "/etc/gnunet.conf"
+       default ""
        help
                Path to the gnunet.conf file for gnunetd (for
                forking gnunetd by gnunet-gtk)
@@ -185,7 +171,7 @@
 menu "Defaults for gnunet-chat" GNUNET-CHAT
        config NICK
        string "Nickname"
-       default "my nickname"
+       default ""
        help
                You can specify your nickname here and thus avoid having to 
pass it
                with -n NICK at the command-line.  The default is empty.

Modified: GNUnet/contrib/config-daemon.in
===================================================================
--- GNUnet/contrib/config-daemon.in     2005-06-28 18:27:11 UTC (rev 1112)
+++ GNUnet/contrib/config-daemon.in     2005-06-28 18:58:02 UTC (rev 1113)
@@ -646,58 +646,7 @@
                        Note that if you change the quota, you need to run 
gnunet-convert,
                        otherwise your databases will be inconsistent and 
gnunetd will
                        refuse to work.  Default is 1024 (1 GB)
-                       
-               config ANONYMITY_RECEIVE
-               int "Level of anonymity desired for receiving"
-               default 0
-               depends on Meta::RARE && Meta::ADVANCED
-               help
-                       What degree of receiver anonymity is required?  If set 
to 0, GNUnet
-                       will try to download the file as fast as possible 
without any
-                       additional slowdown by the anonymity code. Note that 
you will still
-                       have a fair degree of anonymity depending on the 
current network
-                       load and the power of the adversary. The download is 
still unlikely
-                       to be terribly fast since the sender may have requested
-                       sender-anonymity and since in addition to that, GNUnet 
will still do
-                       the anonymous routing.
-                       
-                       This option can be used to limit requests further than 
that. In
-                       particular, you can require GNUnet to receive certain 
amounts of
-                       traffic from other peers before sending your queries. 
This way, you
-                       can gain very high levels of anonymity - at the expense 
of much more
-                       traffic and much higher latency. So set it only if you 
really
-                       believe you need it.
-                       
-                       The definition of ANONYMITY-RECEIVE is the following: 
-                        If the value v # is < 1000, it means that if GNUnet 
routes n bytes
-                        of messages from # foreign peers, it may originate n/v 
bytes of
-                        queries in the same # time-period.  The time-period is 
twice the
-                        average delay that GNUnet # deferrs forwarded queries.
-                        
-                        If the value v is >= 1000, it means that if GNUnet 
routes n bytes
-                        of QUERIES from at least (v % 1000) peers, it may 
originate
-                        n/v/1000 bytes of queries in the same time-period.
-                       
-                       The default is 0 and this should be fine for most 
users. Also notice
-                       that if you choose values above 1000, you may end up 
having no
-                       throughput at all, especially if many of your fellow 
GNUnet-peers do
-                       the same.
 
-               config ANONYMITY_SEND
-               int "Level of anonymity desired for sending"
-               default 0
-               depends on Meta::RARE && Meta::ADVANCED
-               help
-                       You can also request a certain degree of anonymity for 
the files and
-                       blocks that you are sharing. In this case, only a 
certain faction of
-                       the traffic that you are routing will be allowed to be 
replies that
-                       originate from your machine. Again, 0 means unlimited.
-                       
-                       The semantics of ANONYMITY-SEND are equivalent to the 
semantics of
-                       ANONYMITY-RECEIVE.
-                       
-                       The default is 0 and this should be fine for most users.
-
                config ACTIVEMIGRATION
                bool "Allow migrating content"
                default y
@@ -778,7 +727,20 @@
                int "Indexing quota"
                default 8192
                help
-                 Indexing quota.  Default is 8192.             
+                 Indexing quota.  Default is 8192.
+               
+               config POOL
+               int "Number of parallel threads per gnunet-download"
+               default 32
+               help
+                       How many (parallel) threads should a given 
gnunet-download (or
+                       gnunet-gtk) process run?  (this limits the amount of 
parallelism
+                       used in the FSUI library).  Smaller values reduce 
memory and CPU
+                       requirements.  Very large values will not be useful 
since even if
+                       that much parallelism is theoretically possible, the 
local node may
+                       not be able to route that many parallel requests 
anyway.  
+                       Default: 32
+
        endmenu
        
        if Meta::ADVANCED

Modified: GNUnet/contrib/gnunet.root
===================================================================
--- GNUnet/contrib/gnunet.root  2005-06-28 18:27:11 UTC (rev 1112)
+++ GNUnet/contrib/gnunet.root  2005-06-28 18:58:02 UTC (rev 1113)
@@ -10,7 +10,7 @@
 # Meta-configuration
 #
 [Meta]
-config-daemon.in_CONF_DEF_DIR = "/etc/"
+config-daemon.in_CONF_DEF_DIR = "c:\eclipse\workspace\GNUnet\contrib\"
 config-daemon.in_CONF_DEF_FILE = "gnunet.root"
 EXPERIMENTAL = NO
 ADVANCED = NO
@@ -130,12 +130,11 @@
 #
 [FS]
 QUOTA = 1024
-ANONYMITY_RECEIVE = 0
-ANONYMITY_SEND = 0
 ACTIVEMIGRATION = YES
 DIR = "$GNUNETD_HOME/data/fs/"
 INDEX-DIRECTORY = "$GNUNETD_HOME/data/shared/"
 INDEX-QUOTA = 8192
+POOL = 32
 
 #
 # MySQL

Modified: GNUnet/contrib/gnunet.user
===================================================================
--- GNUnet/contrib/gnunet.user  2005-06-28 18:27:11 UTC (rev 1112)
+++ GNUnet/contrib/gnunet.user  2005-06-28 18:58:02 UTC (rev 1113)
@@ -21,7 +21,7 @@
 [GNUNET]
 GNUNET_HOME = "~/.gnunet"
 LOGLEVEL = "WARNING"
-LOGFILE = "$GNUNET_HOME/logs"
+LOGFILE = ""
 
 #
 # Network options for the clients
@@ -37,8 +37,6 @@
 INSERT-PRIORITY = 50
 INSERT-EXPIRATION = 36500
 SEARCHTIMEOUT = 3000
-ANONYMITY-RECEIVE = 1
-ANONYMITY-SEND = 1
 MAXRESULTS = 0
 SEARCHTIMEOUT = 3000
 EXTRACTORS = 
"libextractor_filename:-libextractor_split:-libextractor_lower:-libextractor_thumbnail"
@@ -49,13 +47,13 @@
 # Default options for gnunet-gtk
 #
 [GNUNET-GTK]
-GNUNETD-CONFIG = "/etc/gnunetd.conf"
+GNUNETD-CONFIG = ""
 
 #
 # Defaults for gnunet-chat
 #
 [GNUNET-CHAT]
-NICK = "my nickname"
+NICK = ""
 
 #
 # Defaults for gnunet-tracekit





reply via email to

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