From eb8d2695d233188533a43958bfdd107503fa6e58 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 4 May 2012 08:07:07 +0000 Subject: [PATCH] - conf fixes --- src/core/test_core_api_peer2.conf | 26 ++++++++++++------- ...e_quota_asymmetric_recv_limited_peer2.conf | 10 +++++-- ...ore_quota_asymmetric_send_limit_peer2.conf | 12 ++++++--- src/core/test_core_quota_peer2.conf | 12 ++++++--- 4 files changed, 42 insertions(+), 18 deletions(-) diff --git a/src/core/test_core_api_peer2.conf b/src/core/test_core_api_peer2.conf index 2e848b849..cd29e3f94 100644 --- a/src/core/test_core_api_peer2.conf +++ b/src/core/test_core_api_peer2.conf @@ -3,33 +3,39 @@ SERVICEHOME = /tmp/test-gnunet-core-peer-2/ DEFAULTCONFIG = test_core_api_peer2.conf -[transport-tcp] -PORT = 22468 - [arm] -PORT = 22466 +PORT = 22460 UNIXPATH = /tmp/gnunet-p2-service-arm.sock [statistics] -PORT = 22467 +PORT = 22461 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock [resolver] -PORT = 22464 +PORT = 22462 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock [peerinfo] -PORT = 22469 +PORT = 22463 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock [transport] -PORT = 22465 +PORT = 22464 UNIXPATH = /tmp/gnunet-p2-service-transport.sock [core] -PORT = 22470 +PORT = 22475 UNIXPATH = /tmp/gnunet-p2-service-core.sock [ats] -PORT = 22471 +PORT = 22476 UNIXPATH = /tmp/gnunet-p2-service-ats.sock + +[transport-tcp] +PORT = 22467 + +[transport-unix] +PORT = 22468 + +[transport-http] +PORT = 22469 \ No newline at end of file diff --git a/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf b/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf index 0c89523f7..62fc69e26 100644 --- a/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf +++ b/src/core/test_core_quota_asymmetric_recv_limited_peer2.conf @@ -3,8 +3,6 @@ SERVICEHOME = /tmp/test-gnunet-core-quota-asym-recv-lim-peer-2/ DEFAULTCONFIG = test_core_quota_asymmetric_recv_limited_peer2.conf -[transport-tcp] -PORT = 22488 [arm] PORT = 22486 @@ -37,3 +35,11 @@ UNIXPATH = /tmp/gnunet-core-asym-recv-p2-service-ats.sock WAN_QUOTA_IN = 10 kiB WAN_QUOTA_OUT = 10 kiB +[transport-tcp] +PORT = 22467 + +[transport-unix] +PORT = 22468 + +[transport-http] +PORT = 22469 \ No newline at end of file diff --git a/src/core/test_core_quota_asymmetric_send_limit_peer2.conf b/src/core/test_core_quota_asymmetric_send_limit_peer2.conf index 5474ce915..614358ba7 100644 --- a/src/core/test_core_quota_asymmetric_send_limit_peer2.conf +++ b/src/core/test_core_quota_asymmetric_send_limit_peer2.conf @@ -3,9 +3,6 @@ SERVICEHOME = /tmp/test-gnunet-core-quota-asym-send-lim-peer-2/ DEFAULTCONFIG = test_core_quota_asymmetric_send_limit_peer2.conf -[transport-tcp] -PORT = 22488 - [arm] PORT = 22486 UNIXPATH = /tmp/gnunet-core-asym-send-p2-service-arm.sock @@ -36,3 +33,12 @@ PORT = 22491 UNIXPATH = /tmp/gnunet-core-asym-send-p2-service-ats.sock WAN_QUOTA_IN = 1 MB WAN_QUOTA_OUT = 1 MB + +[transport-tcp] +PORT = 22467 + +[transport-unix] +PORT = 22468 + +[transport-http] +PORT = 22469 \ No newline at end of file diff --git a/src/core/test_core_quota_peer2.conf b/src/core/test_core_quota_peer2.conf index 61e03fb15..1fd4ec82b 100644 --- a/src/core/test_core_quota_peer2.conf +++ b/src/core/test_core_quota_peer2.conf @@ -3,9 +3,6 @@ SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-2/ DEFAULTCONFIG = test_core_quota_peer2.conf -[transport-tcp] -PORT = 22478 - [arm] PORT = 22476 UNIXPATH = /tmp/gnunet-core-sym-p2-service-arm.sock @@ -36,3 +33,12 @@ PORT = 22482 UNIXPATH = /tmp/gnunet-core-sym-p2-service-ats.sock WAN_QUOTA_IN = 10 kiB WAN_QUOTA_OUT = 10 kiB + +[transport-tcp] +PORT = 22467 + +[transport-unix] +PORT = 22468 + +[transport-http] +PORT = 22469 \ No newline at end of file -- 2.25.1