gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8835 - GNUnet/src/applications/testing


From: gnunet
Subject: [GNUnet-SVN] r8835 - GNUnet/src/applications/testing
Date: Wed, 19 Aug 2009 17:20:33 -0600

Author: nevans
Date: 2009-08-19 17:20:33 -0600 (Wed, 19 Aug 2009)
New Revision: 8835

Modified:
   GNUnet/src/applications/testing/remote.c
Log:
thread size

Modified: GNUnet/src/applications/testing/remote.c
===================================================================
--- GNUnet/src/applications/testing/remote.c    2009-08-19 21:49:41 UTC (rev 
8834)
+++ GNUnet/src/applications/testing/remote.c    2009-08-19 23:20:33 UTC (rev 
8835)
@@ -1365,7 +1365,7 @@
             }
           connectThreadPos = GNUNET_malloc (sizeof (struct threadInfo));
           connectThreadPos->thread =
-            GNUNET_thread_create (&connect_peer_thread, pos, 1024 * 128);
+            GNUNET_thread_create (&connect_peer_thread, pos, 1024 * 4);
           connectThreadPos->next = threadHead;
           threadHead = connectThreadPos;
 





reply via email to

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