gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3669 - in GNUnet: . src/applications/advertising


From: grothoff
Subject: [GNUnet-SVN] r3669 - in GNUnet: . src/applications/advertising
Date: Tue, 7 Nov 2006 22:04:57 -0800 (PST)

Author: grothoff
Date: 2006-11-07 22:04:53 -0800 (Tue, 07 Nov 2006)
New Revision: 3669

Modified:
   GNUnet/src/applications/advertising/bootstrap.c
   GNUnet/todo
Log:
fix

Modified: GNUnet/src/applications/advertising/bootstrap.c
===================================================================
--- GNUnet/src/applications/advertising/bootstrap.c     2006-11-08 05:58:20 UTC 
(rev 3668)
+++ GNUnet/src/applications/advertising/bootstrap.c     2006-11-08 06:04:53 UTC 
(rev 3669)
@@ -228,7 +228,7 @@
   hlc.do_shutdown = NO;
   pt = PTHREAD_CREATE(&processThread,
                      NULL,
-                     8 * 1024);
+                     64 * 1024);
   GE_ASSERT(capi->ectx,
            pt != NULL);
 }

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2006-11-08 05:58:20 UTC (rev 3668)
+++ GNUnet/todo 2006-11-08 06:04:53 UTC (rev 3669)
@@ -14,7 +14,6 @@
 
 0.7.1 [11'06] (aka "stabilization")
 - fix critical known bugs:
-  * test bootstrap_http
   * restarting truncates existing log files (should append)
   * recursive gnunet-download stopped working [RCpre0]
     ?: no reply from gnunetd (we seem to send queries, but gnunetd does not 
respond!)





reply via email to

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