From 1e271f0e8b169886dfd534db1c4633614e2aa520 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 5 Mar 2010 20:33:52 +0000 Subject: [PATCH] update --- TODO | 11 ++++------- contrib/defaults.conf | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index c3b8aa051..6cc725104 100644 --- a/TODO +++ b/TODO @@ -13,14 +13,11 @@ away), in order in which they will likely be done: * ARM [Safey] Urgent items (before announcing ng.gnunet.org): -* FS (basic anonymous FS only) +* CORE/Transport: + - 'out' bandwidth limit is "stuck" at 1024 (minimum initial value), does not go up; why? + (shows in FS P2P test!) +* FS (basic anonymous FS only: - test multi-peer search/download - + existing bandwidth-reservation code does not work with FS: don't get - DBLOCK size bandwidth for reply for a while => trouble for testcase - => need to more aggressively increase bandwidth per connection - => need to check that bandwidth is assigned properly to begin with - + Even with bandwidth-reservation code restricted, message is not - delivered to other core/peer/fs. Why? + Same query is sent to the same peer in rather rapid succession (10x/minute?), should tune code to reduce repetition... * new webpage diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 65c286c25..a45f64578 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -127,9 +127,9 @@ BINARY = gnunet-service-core ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; ALLOW_SHUTDOWN = YES -# quotas are in bytes per minute now! -TOTAL_QUOTA_IN = 3932160 -TOTAL_QUOTA_OUT = 3932160 +# quotas are in bytes per second now! +TOTAL_QUOTA_IN = 65536 +TOTAL_QUOTA_OUT = 65536 # USERNAME = # MAXBUF = # TIMEOUT = -- 2.25.1