gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17543 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r17543 - gnunet/src/transport
Date: Mon, 17 Oct 2011 13:55:08 +0200

Author: wachs
Date: 2011-10-17 13:55:08 +0200 (Mon, 17 Oct 2011)
New Revision: 17543

Added:
   gnunet/src/transport/test_quota_compliance_http_asymmetric_peer1.conf
   gnunet/src/transport/test_quota_compliance_http_asymmetric_peer2.conf
   gnunet/src/transport/test_quota_compliance_https_asymmetric_peer1.conf
   gnunet/src/transport/test_quota_compliance_https_asymmetric_peer2.conf
   gnunet/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf
   gnunet/src/transport/test_quota_compliance_tcp_asymmetric_peer2.conf
   gnunet/src/transport/test_quota_compliance_udp_asymmetric_peer1.conf
   gnunet/src/transport/test_quota_compliance_udp_asymmetric_peer2.conf
   gnunet/src/transport/test_quota_compliance_unix_asymmetric_peer1.conf
   gnunet/src/transport/test_quota_compliance_unix_asymmetric_peer2.conf
Modified:
   gnunet/src/transport/Makefile.am
   gnunet/src/transport/test_quota_compliance.c
   gnunet/src/transport/test_transport_api_reliability_tcp_peer2.conf
Log:
asymmetric quota test


Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2011-10-17 11:41:11 UTC (rev 17542)
+++ gnunet/src/transport/Makefile.am    2011-10-17 11:55:08 UTC (rev 17543)
@@ -12,7 +12,7 @@
  HTTP_REL_TEST = test_transport_api_reliability_http
  HTTP_NAT_REL_TEST = test_transport_api_reliability_http_nat
  HTTP_QUOTA_TEST = test_quota_compliance_http \
-                  test_quota_compliance_http_asymmetric_recv_constant
+                  test_quota_compliance_http_asymmetric
  HTTPS_PLUGIN_LA = libgnunet_plugin_transport_https.la
  HTTPS_API_TEST = test_transport_api_https
  HTTPS_NAT_API_TEST = test_transport_api_https_nat
@@ -20,7 +20,7 @@
  HTTPS_REL_TEST = test_transport_api_reliability_https
  HTTPS_NAT_REL_TEST = test_transport_api_reliability_https_nat
  HTTPS_QUOTA_TEST = test_quota_compliance_https \
-               test_quota_compliance_https_asymmetric_recv_constant
+               test_quota_compliance_https_asymmetric
 endif
 
 if USE_COVERAGE
@@ -52,7 +52,7 @@
 UNIX_PLUGIN_TEST = test_transport_api_unix 
 UNIX_REL_TEST = test_transport_api_unreliability_unix
 UNIX_QUOTA_TEST = test_quota_compliance_unix \
-     test_quota_compliance_unix_asymmetric_recv_constant
+     test_quota_compliance_unix_asymmetric
 endif
 
 noinst_PROGRAMS = \
@@ -279,9 +279,9 @@
  $(HTTPS_REL_TEST) \
  $(HTTPS_NAT_REL_TEST) \
  test_quota_compliance_tcp \
- test_quota_compliance_tcp_asymmetric_recv_constant \
+ test_quota_compliance_tcp_asymmetric \
  test_quota_compliance_udp \
- test_quota_compliance_udp_asymmetric_recv_constant \
+ test_quota_compliance_udp_asymmetric \
  $(UNIX_QUOTA_TEST) \
  $(HTTP_QUOTA_TEST) \
  $(HTTPS_QUOTA_TEST) \
@@ -318,9 +318,9 @@
  $(HTTPS_REL_TEST) \
  $(HTTPS_NAT_REL_TEST) \
  test_quota_compliance_tcp \
- test_quota_compliance_tcp_asymmetric_recv_constant \
+ test_quota_compliance_tcp_asymmetric \
  test_quota_compliance_udp \
- test_quota_compliance_udp_asymmetric_recv_constant \
+ test_quota_compliance_udp_asymmetric \
  $(UNIX_QUOTA_TEST) \
  $(HTTP_QUOTA_TEST) \
  $(HTTPS_QUOTA_TEST) \
@@ -580,9 +580,9 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/transport/libgnunettransporttesting.la 
 
-test_quota_compliance_tcp_asymmetric_recv_constant_SOURCES = \
+test_quota_compliance_tcp_asymmetric_SOURCES = \
  test_quota_compliance.c
-test_quota_compliance_tcp_asymmetric_recv_constant_LDADD = \
+test_quota_compliance_tcp_asymmetric_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la \
@@ -602,9 +602,9 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/transport/libgnunettransporttesting.la 
 
- test_quota_compliance_http_asymmetric_recv_constant_SOURCES = \
+ test_quota_compliance_http_asymmetric_SOURCES = \
  test_quota_compliance.c
-test_quota_compliance_http_asymmetric_recv_constant_LDADD = \
+test_quota_compliance_http_asymmetric_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la \
@@ -624,9 +624,9 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/transport/libgnunettransporttesting.la
 
- test_quota_compliance_https_asymmetric_recv_constant_SOURCES = \
+ test_quota_compliance_https_asymmetric_SOURCES = \
  test_quota_compliance.c
-test_quota_compliance_https_asymmetric_recv_constant_LDADD = \
+test_quota_compliance_https_asymmetric_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la \
@@ -646,9 +646,9 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/transport/libgnunettransporttesting.la
 
-test_quota_compliance_udp_asymmetric_recv_constant_SOURCES = \
+test_quota_compliance_udp_asymmetric_SOURCES = \
  test_quota_compliance.c
-test_quota_compliance_udp_asymmetric_recv_constant_LDADD = \
+test_quota_compliance_udp_asymmetric_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la \
@@ -662,9 +662,9 @@
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/transport/libgnunettransporttesting.la
 
-test_quota_compliance_unix_asymmetric_recv_constant_SOURCES = \
+test_quota_compliance_unix_asymmetric_SOURCES = \
  test_quota_compliance.c
-test_quota_compliance_unix_asymmetric_recv_constant_LDADD = \
+test_quota_compliance_unix_asymmetric_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la \

Modified: gnunet/src/transport/test_quota_compliance.c
===================================================================
--- gnunet/src/transport/test_quota_compliance.c        2011-10-17 11:41:11 UTC 
(rev 17542)
+++ gnunet/src/transport/test_quota_compliance.c        2011-10-17 11:55:08 UTC 
(rev 17543)
@@ -21,7 +21,7 @@
  * @file transport/test_quota_compliance.c
  * @brief base test case for transport implementations
  *
- * This test case tests quota compliance both on core and transport level
+ * This test case tests quota compliance both on transport level
  */
 #include "platform.h"
 #include "gnunet_common.h"
@@ -282,19 +282,6 @@
   }
 #endif
   n++;
-  if (0 == (n % (TOTAL_MSGS / 100)))
-  {
-    fprintf (stderr, ".");
-    if (die_task != GNUNET_SCHEDULER_NO_TASK)
-      GNUNET_SCHEDULER_cancel (die_task);
-    die_task = GNUNET_SCHEDULER_add_delayed (TIMEOUT, &end_badly, NULL);
-  }
-  if (n == TOTAL_MSGS)
-  {
-    ok = 0;
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "\nAll messages received\n");
-    end ();
-  }
 }
 
 
@@ -409,7 +396,28 @@
                                                NULL);
 }
 
+
 static void
+measure (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
+{
+  static int counter;
+  measure_task = GNUNET_SCHEDULER_NO_TASK;
+
+  counter++;
+  if ((DURATION.rel_value / 1000) < counter )
+  {
+    fprintf (stderr, ".\n");
+    GNUNET_SCHEDULER_add_now (&end, NULL);
+  }
+  else
+  {
+    fprintf (stderr, ".");
+    measure_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS, 
&measure, NULL);
+  }
+}
+
+
+static void
 testing_connect_cb (struct PeerContext *p1, struct PeerContext *p2, void *cls)
 {
   char *p1_c = strdup (GNUNET_i2s (&p1->id));
@@ -421,7 +429,7 @@
   cc = NULL;
   test_connected = GNUNET_YES;
 
-  measure_task = GNUNET_SCHEDULER_add_delayed (DURATION, &end, NULL);
+  measure_task = GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_SECONDS, 
&measure, NULL);
   GNUNET_SCHEDULER_add_now (&sendtask, NULL);
 
 }
@@ -516,7 +524,26 @@
 run (void *cls, char *const *args, const char *cfgfile,
      const struct GNUNET_CONFIGURATION_Handle *cfg)
 {
-  run_measurement (10000, 10000, 10000, 10000);
+  unsigned long long p1_quota_in = 10000;
+  unsigned long long p1_quota_out = 10000;
+  unsigned long long p2_quota_in = 10000;
+  unsigned long long p2_quota_out = 10000;
+
+  if (NULL != strstr (test_name,"asymmetric"))
+  {
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+        "Running asymmetric test with sending peer unlimited, receiving peer 
(in/out): %llu/%llu b/s \n",
+        p2_quota_in, p2_quota_out);
+    p1_quota_out = 1024 * 1024 * 1024;
+    p1_quota_in = 1024 * 1024 * 1024;
+  }
+  else
+  {
+    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+        "Running symmetric test with (in/out) %llu/%llu b/s \n",
+        p2_quota_in, p2_quota_out);
+  }
+  run_measurement (p1_quota_in, p1_quota_out, p2_quota_in, p2_quota_out);
 }
 
 static int
@@ -596,7 +623,7 @@
 
   if (GNUNET_YES == GNUNET_DISK_file_test (gen_cfg_p2))
   {
-    //GNUNET_DISK_directory_remove (gen_cfg_p2);
+    GNUNET_DISK_directory_remove (gen_cfg_p2);
     GNUNET_free (gen_cfg_p2);
   }
 

Added: gnunet/src/transport/test_quota_compliance_http_asymmetric_peer1.conf
===================================================================
--- gnunet/src/transport/test_quota_compliance_http_asymmetric_peer1.conf       
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_http_asymmetric_peer1.conf       
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,34 @@
address@hidden@ template_cfg_peer1.conf
+[PATHS]
+SERVICEHOME = /tmp/test_quota_compliance_peer1
+DEFAULTCONFIG = test_quota_compliance_http_peer1.conf
+
+[transport-http]
+PORT = 4010
+DEBUG = NO
+USE_IPv4 = YES
+USE_IPv6 = NO
+BINDTO4 = 127.0.0.1
+
+[arm]
+PORT = 4015
+UNIXPATH = /tmp/test_quota_compliance_http_arm_peer1.sock
+
+[statistics]
+PORT = 4014
+UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer1.sock
+
+[resolver]
+PORT = 4013
+UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer1.sock
+
+[peerinfo]
+PORT = 4012
+UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock
+
+[transport]
+PORT = 4011
+PLUGINS = http
+UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
+
+

Added: gnunet/src/transport/test_quota_compliance_http_asymmetric_peer2.conf
===================================================================
--- gnunet/src/transport/test_quota_compliance_http_asymmetric_peer2.conf       
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_http_asymmetric_peer2.conf       
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,34 @@
address@hidden@ template_cfg_peer2.conf
+[PATHS]
+SERVICEHOME = /tmp/test_quota_compliance_peer2
+DEFAULTCONFIG = test_quota_compliance_http_peer2.conf
+
+[transport-http]
+PORT = 3010
+DEBUG = NO
+USE_IPv4 = YES
+USE_IPv6 = NO
+BINDTO4 = 127.0.0.1
+
+[arm]
+PORT = 3015
+UNIXPATH = /tmp/test_quota_compliance_http_arm_peer2.sock
+
+[statistics]
+PORT = 3014
+UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer2.sock
+
+[resolver]
+PORT = 3013
+UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer2.sock
+
+[peerinfo]
+PORT = 3012
+UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer2.sock
+
+[transport]
+PORT = 3011
+PLUGINS = http
+UNIXPATH = /tmp/test_quota_compliance_http_transport_peer2.sock
+
+

Added: gnunet/src/transport/test_quota_compliance_https_asymmetric_peer1.conf
===================================================================
--- gnunet/src/transport/test_quota_compliance_https_asymmetric_peer1.conf      
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_https_asymmetric_peer1.conf      
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,36 @@
address@hidden@ template_cfg_peer1.conf
+[PATHS]
+SERVICEHOME = /tmp/test_quota_compliance_peer1/
+DEFAULTCONFIG = test_quota_compliance_https_peer1.conf
+
+[transport-https]
+PORT = 4001
+CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
+KEY_FILE = https_key_quota_p1.key
+CERT_FILE = https_cert_quota_p1.crt
+USE_IPv4 = YES
+USE_IPv6 = NO
+BINDTO4 = 127.0.0.1
+
+[arm]
+PORT = 4006
+UNIXPATH = /tmp/test_quota_compliance_https_arm_peer1.sock
+
+[statistics]
+PORT = 4005
+UNIXPATH = /tmp/test_quota_compliance_https_statistics_peer1.sock
+
+[resolver]
+PORT = 4004
+UNIXPATH = /tmp/test_quota_compliance_https_resolver_peer1.sock
+
+[peerinfo]
+PORT = 4003
+UNIXPATH = /tmp/test_quota_compliance_https_peerinfo_peer1.sock
+
+[transport]
+PORT = 4002
+PLUGINS = https
+UNIXPATH = /tmp/test_quota_compliance_https_transport_peer1.sock
+
+

Added: gnunet/src/transport/test_quota_compliance_https_asymmetric_peer2.conf
===================================================================
--- gnunet/src/transport/test_quota_compliance_https_asymmetric_peer2.conf      
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_https_asymmetric_peer2.conf      
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,36 @@
address@hidden@ template_cfg_peer2.conf
+[PATHS]
+SERVICEHOME = /tmp/test_quota_compliance_peer2
+DEFAULTCONFIG = test_quota_compliance_https_peer2.conf
+
+[transport-https]
+PORT = 3001
+CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
+KEY_FILE = https_key_quota_p2.key
+CERT_FILE = https_cert_qutoa_p2.crt
+USE_IPv4 = YES
+USE_IPv6 = NO
+BINDTO4 = 127.0.0.1
+
+[arm]
+PORT = 3006
+UNIXPATH = /tmp/test_quota_compliance_https_arm_peer2.sock
+
+[statistics]
+PORT = 3005
+UNIXPATH = /tmp/test_quota_compliance_https_statistics_peer2.sock
+
+[resolver]
+PORT = 3004
+UNIXPATH = /tmp/test_quota_compliance_https_resolver_peer2.sock
+
+[peerinfo]
+PORT = 3003
+UNIXPATH = /tmp/test_quota_compliance_https_peerinfo_peer2.sock
+
+[transport]
+PORT = 3002
+PLUGINS = https
+UNIXPATH = /tmp/https_transport_peer2.sock
+
+

Added: gnunet/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf
===================================================================
--- gnunet/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf        
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_tcp_asymmetric_peer1.conf        
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,32 @@
address@hidden@ template_cfg_peer1.conf
+[PATHS]
+SERVICEHOME = /tmp/test-transport/quota-tcp-p1/
+DEFAULTCONFIG = test_quota_compliance_tcp_peer1.conf
+
+[transport-tcp]
+PORT = 4094
+
+[transport-udp]
+PORT = 4094
+
+[arm]
+PORT = 4087
+UNIXPATH = /tmp/test_quota_compliance_tcp_arm_peer1.sock
+
+[statistics]
+PORT = 4088
+UNIXPATH = /tmp/test_quota_compliance_tcp_statistics_peer1.sock
+
+[resolver]
+PORT = 4089
+UNIXPATH = /tmp/test_quota_compliance_tcp_resolver_peer1.sock
+
+[peerinfo]
+PORT = 4090
+UNIXPATH = /tmp/test_quota_compliance_tcp_peerinfo_peer1.sock
+
+[transport]
+PORT = 4091
+UNIXPATH = /tmp/test_quota_compliance_tcp_transport_peer1.sock
+
+

Added: gnunet/src/transport/test_quota_compliance_tcp_asymmetric_peer2.conf
===================================================================
--- gnunet/src/transport/test_quota_compliance_tcp_asymmetric_peer2.conf        
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_tcp_asymmetric_peer2.conf        
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,32 @@
address@hidden@ template_cfg_peer2.conf
+[PATHS]
+SERVICEHOME = /tmp/test_quota_compliance_peer2
+DEFAULTCONFIG = test_quota_compliance_tcp_peer2.conf
+
+[transport-tcp]
+PORT = 3094
+
+[transport-udp]
+PORT = 3094
+
+[arm]
+PORT = 3087
+UNIXPATH = /tmp/test_quota_compliance_tcp_arm_peer2.sock
+
+[statistics]
+PORT = 3088
+UNIXPATH = /tmp/test_quota_compliance_tcp_statistics_peer2.sock
+
+[resolver]
+PORT = 3089
+UNIXPATH = /tmp/test_quota_compliance_tcp_resolver_peer2.sock
+
+[peerinfo]
+PORT = 3090
+UNIXPATH = /tmp/test_quota_compliance_tcp_peerinfo_peer2.sock
+
+[transport]
+PORT = 3091
+UNIXPATH = /tmp/test_quota_compliance_tcp_transport_peer2.sock
+
+

Added: gnunet/src/transport/test_quota_compliance_udp_asymmetric_peer1.conf
===================================================================
--- gnunet/src/transport/test_quota_compliance_udp_asymmetric_peer1.conf        
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_udp_asymmetric_peer1.conf        
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,30 @@
address@hidden@ template_cfg_peer2.conf
+[PATHS]
+SERVICEHOME = /tmp/test_quota_compliance_peer1/
+DEFAULTCONFIG = test_quota_compliance_udp_peer1.conf
+
+[transport-udp]
+PORT = 4368
+MAX_BPS = 50000000
+
+[arm]
+PORT = 4087
+UNIXPATH = /tmp/test_quota_compliance_udp_arm_peer1.sock
+
+[statistics]
+PORT = 4088
+UNIXPATH = /tmp/test_quota_compliance_udp_statistics_peer1.sock
+
+[resolver]
+PORT = 4089
+UNIXPATH = /tmp/test_quota_compliance_udp_resolver_peer1.sock
+
+[peerinfo]
+PORT = 4090
+UNIXPATH = /tmp/test_quota_compliance_udp_peerinfo_peer1.sock
+
+[transport]
+PORT = 4091
+PLUGINS = udp
+UNIXPATH = /tmp/test_quota_compliance_udp_transport_peer1.sock
+

Added: gnunet/src/transport/test_quota_compliance_udp_asymmetric_peer2.conf
===================================================================
--- gnunet/src/transport/test_quota_compliance_udp_asymmetric_peer2.conf        
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_udp_asymmetric_peer2.conf        
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,31 @@
address@hidden@ template_cfg_peer2.conf
+[PATHS]
+SERVICEHOME = /tmp/test_quota_compliance_peer2
+DEFAULTCONFIG = test_quota_compliance_udp_peer2.conf
+
+[transport-udp]
+PORT = 3368
+MAX_BPS = 50000000
+
+[arm]
+PORT = 3087
+UNIXPATH = /tmp/test_quota_compliance_udp_arm_peer2.sock
+
+[statistics]
+PORT = 3088
+UNIXPATH = /tmp/test_quota_compliance_udp_statistics_peer2.sock
+
+[resolver]
+PORT = 3089
+UNIXPATH = /tmp/test_quota_compliance_udp_resolver_peer2.sock
+
+[peerinfo]
+PORT = 3090
+UNIXPATH = /tmp/test_quota_compliance_udp_peerinfo_peer2.sock
+
+[transport]
+PORT = 3091
+PLUGINS = udp
+UNIXPATH = /tmp/test_quota_compliance_udp_transport_peer2.sock
+
+

Added: gnunet/src/transport/test_quota_compliance_unix_asymmetric_peer1.conf
===================================================================
--- gnunet/src/transport/test_quota_compliance_unix_asymmetric_peer1.conf       
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_unix_asymmetric_peer1.conf       
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,28 @@
address@hidden@ template_cfg_peer1.conf
+[PATHS]
+SERVICEHOME = /tmp/test_quota_compliance_peer1/
+DEFAULTCONFIG = test_quota_compliance_unix_peer1.conf
+
+[arm]
+PORT = 4087
+UNIXPATH = /tmp/test_quota_compliance_unix_arm_peer1.sock
+
+[statistics]
+PORT = 4088
+UNIXPATH = /tmp/test_quota_compliance_unix_statistics_peer1.sock
+
+[resolver]
+PORT = 4089
+UNIXPATH = /tmp/test_quota_compliance_unix_resolver_peer1.sock
+
+[peerinfo]
+PORT = 4090
+UNIXPATH = /tmp/test_quota_compliance_unix_peerinfo_peer1.sock
+
+[transport]
+PORT = 4091
+PLUGINS = unix
+UNIXPATH = /tmp/test_quota_compliance_unix_transport_peer1.sock
+
+
+

Copied: gnunet/src/transport/test_quota_compliance_unix_asymmetric_peer2.conf 
(from rev 17528, gnunet/src/transport/test_quota_compliance_unix_peer2.conf)
===================================================================
--- gnunet/src/transport/test_quota_compliance_unix_asymmetric_peer2.conf       
                        (rev 0)
+++ gnunet/src/transport/test_quota_compliance_unix_asymmetric_peer2.conf       
2011-10-17 11:55:08 UTC (rev 17543)
@@ -0,0 +1,29 @@
address@hidden@ template_cfg_peer1.conf
+[PATHS]
+SERVICEHOME = /tmp/test_quota_compliance_peer2
+DEFAULTCONFIG = test_quota_compliance_unix_peer2.conf
+
+[arm]
+PORT = 3087
+UNIXPATH = /tmp/test_quota_compliance_unix_arm_peer2.sock
+
+[statistics]
+PORT = 3088
+UNIXPATH = /tmp/test_quota_compliance_unix_statistics_peer2.sock
+
+[resolver]
+PORT = 3089
+UNIXPATH = /tmp/test_quota_compliance_unix_resolver_peer2.sock
+
+[peerinfo]
+PORT = 3090
+UNIXPATH = /tmp/test_quota_compliance_unix_peerinfo_peer2.sock
+
+[transport]
+PORT = 3091
+PLUGINS = unix
+UNIXPATH = /tmp/test_quota_compliance_unix_transport_peer2.sock
+
+[transport-unix]
+PORT = 3368
+

Modified: gnunet/src/transport/test_transport_api_reliability_tcp_peer2.conf
===================================================================
--- gnunet/src/transport/test_transport_api_reliability_tcp_peer2.conf  
2011-10-17 11:41:11 UTC (rev 17542)
+++ gnunet/src/transport/test_transport_api_reliability_tcp_peer2.conf  
2011-10-17 11:55:08 UTC (rev 17543)
@@ -8,7 +8,7 @@
 TOTAL_QUOTA_IN  = 1073741824
 
 [transport-tcp]
-PORT = 12016
+PORT = 12015
 TIMEOUT = 5000
 
 [arm]




reply via email to

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