gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r7656 - GNUnet/src/applications/testing
Date: Tue, 2 Sep 2008 16:49:47 -0600 (MDT)

Author: nevans
Date: 2008-09-02 16:49:47 -0600 (Tue, 02 Sep 2008)
New Revision: 7656

Modified:
   GNUnet/src/applications/testing/Makefile.am
   GNUnet/src/applications/testing/gnunet-lab-testing.conf
   GNUnet/src/applications/testing/remotetopologies.c
Log:


Modified: GNUnet/src/applications/testing/Makefile.am
===================================================================
--- GNUnet/src/applications/testing/Makefile.am 2008-09-02 22:45:43 UTC (rev 
7655)
+++ GNUnet/src/applications/testing/Makefile.am 2008-09-02 22:49:47 UTC (rev 
7656)
@@ -49,7 +49,9 @@
 
 
 pkgdata_DATA = \
- gnunet-testing.conf
+ gnunet-testing.conf \
+ gnunet-lab-testing.conf \
+ gnunetd.conf.skel
 
 EXTRA_DIST = \
  $(pkgdata_DATA) remotetopologies.c

Modified: GNUnet/src/applications/testing/gnunet-lab-testing.conf
===================================================================
--- GNUnet/src/applications/testing/gnunet-lab-testing.conf     2008-09-02 
22:45:43 UTC (rev 7655)
+++ GNUnet/src/applications/testing/gnunet-lab-testing.conf     2008-09-02 
22:49:47 UTC (rev 7656)
@@ -1,10 +1,10 @@
 [MULTIPLE_SERVER_TESTING]
 SSH_USERNAME=natevans
-CONTROL_HOST=130.253.105.5;
+CONTROL_HOST=130.253.106.53;
 HOSTNAMES=r4m3cl.cs.du.edu
-STARTING_PORT=31287
+STARTING_PORT=31387
 PORT_INCREMENT=2
 REMOTE_CONFIG_PATH=/u/home/natevans/gnunet/config/
 REMOTE_GNUNETD_PATH=/u/home/natevans/gnunet/bin/
-BASE_CONFIG=/root/GNUnet/src/applications/testing/gnunetd.conf.skel
+BASE_CONFIG=/root/documents/research/gnunet/GNUnet/src/applications/testing/gnunetd.conf.skel
 TOPOLOGY=0

Modified: GNUnet/src/applications/testing/remotetopologies.c
===================================================================
--- GNUnet/src/applications/testing/remotetopologies.c  2008-09-02 22:45:43 UTC 
(rev 7655)
+++ GNUnet/src/applications/testing/remotetopologies.c  2008-09-02 22:49:47 UTC 
(rev 7656)
@@ -347,7 +347,7 @@
     fprintf(stderr,"Setting config 1 to host %s\n",host);
   }
   GNUNET_snprintf (host, 128, "%s:%u", hostname2, port2);
-  GNUNET_GC_set_configuration_value_string (cfg2, NULL, "NETWORK", "HOST",
+  GNUNET_GC_set_configuration_value_string (cfg2, NULL, "NETWORK", 
"HOST",host);
   
   if(DEBUG == GNUNET_YES)
   {





reply via email to

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