aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_rel_http_peer2.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-06-16 12:32:58 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-06-16 12:32:58 +0000
commit2aff944f4bce448c67c576d384926c2ffe8c8c5a (patch)
treed998a3b512d7ecb20f860420d37e5c283a83caed /src/transport/test_transport_api_rel_http_peer2.conf
parent79da60ccee66fd4f4bff337e298915a45f808768 (diff)
downloadgnunet-2aff944f4bce448c67c576d384926c2ffe8c8c5a.tar.gz
gnunet-2aff944f4bce448c67c576d384926c2ffe8c8c5a.zip
updated _api_, _api_reliability_ and api_unrel... confs
Diffstat (limited to 'src/transport/test_transport_api_rel_http_peer2.conf')
-rw-r--r--src/transport/test_transport_api_rel_http_peer2.conf32
1 files changed, 7 insertions, 25 deletions
diff --git a/src/transport/test_transport_api_rel_http_peer2.conf b/src/transport/test_transport_api_rel_http_peer2.conf
index 8f7640f21..3c8621b39 100644
--- a/src/transport/test_transport_api_rel_http_peer2.conf
+++ b/src/transport/test_transport_api_rel_http_peer2.conf
@@ -1,14 +1,5 @@
1[transport-http]
2PORT = 22389
3DEBUG = NO
4USE_IPv4 = YES
5USE_IPv6 = NO
6BINDTO4 = 127.0.0.1
7#BINDTO6 = ::1
8USE_LOCALADDR = YES
9
10[transport-https] 1[transport-https]
11PORT = 42389 2PORT = 12090
12DEBUG = NO 3DEBUG = NO
13USE_IPv6 = YES 4USE_IPv6 = YES
14USE_IPv4 = YES 5USE_IPv4 = YES
@@ -56,7 +47,7 @@ BINARY = gnunet-service-transport
56CONFIG = $DEFAULTCONFIG 47CONFIG = $DEFAULTCONFIG
57HOME = $SERVICEHOME 48HOME = $SERVICEHOME
58HOSTNAME = localhost 49HOSTNAME = localhost
59PORT = 22365 50PORT = 12091
60UNIXPATH = /tmp/gnunet-p2-service-transport.sock 51UNIXPATH = /tmp/gnunet-p2-service-transport.sock
61#PREFIX = xterm -T transport1 -e gdb --command=cmd --args 52#PREFIX = xterm -T transport1 -e gdb --command=cmd --args
62#PREFIX = valgrind --leak-check=full 53#PREFIX = valgrind --leak-check=full
@@ -73,7 +64,7 @@ BINARY = gnunet-service-peerinfo
73CONFIG = $DEFAULTCONFIG 64CONFIG = $DEFAULTCONFIG
74HOME = $SERVICEHOME 65HOME = $SERVICEHOME
75HOSTNAME = localhost 66HOSTNAME = localhost
76PORT = 22369 67PORT = 12092
77UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock 68UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
78 69
79[resolver] 70[resolver]
@@ -83,7 +74,7 @@ BINARY = gnunet-service-resolver
83CONFIG = $DEFAULTCONFIG 74CONFIG = $DEFAULTCONFIG
84HOME = $SERVICEHOME 75HOME = $SERVICEHOME
85HOSTNAME = localhost 76HOSTNAME = localhost
86PORT = 22364 77PORT = 12093
87UNIXPATH = /tmp/gnunet-p2-service-resolver.sock 78UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
88 79
89[statistics] 80[statistics]
@@ -93,7 +84,7 @@ BINARY = gnunet-service-statistics
93CONFIG = $DEFAULTCONFIG 84CONFIG = $DEFAULTCONFIG
94HOME = $SERVICEHOME 85HOME = $SERVICEHOME
95HOSTNAME = localhost 86HOSTNAME = localhost
96PORT = 22367 87PORT = 12094
97UNIXPATH = /tmp/gnunet-p2-service-statistics.sock 88UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
98 89
99 90
@@ -105,18 +96,9 @@ BINARY = gnunet-service-arm
105CONFIG = $DEFAULTCONFIG 96CONFIG = $DEFAULTCONFIG
106HOME = $SERVICEHOME 97HOME = $SERVICEHOME
107HOSTNAME = localhost 98HOSTNAME = localhost
108PORT = 22366 99PORT = 12095
109UNIXPATH = /tmp/gnunet-p2-service-arm.sock 100UNIXPATH = /tmp/gnunet-p2-service-arm.sock
110 101
111
112[transport-http]
113PORT = 22389
114#DEBUG = NO
115
116[transport-tcp]
117PORT = 22399
118#DEBUG = YES
119
120[TESTING] 102[TESTING]
121WEAKRANDOM = YES 103WEAKRANDOM = YES
122 104
@@ -124,7 +106,7 @@ WEAKRANDOM = YES
124HOSTKEY = $SERVICEHOME/.hostkey 106HOSTKEY = $SERVICEHOME/.hostkey
125 107
126[PATHS] 108[PATHS]
127SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/ 109SERVICEHOME = /tmp/test-transport/api-http-p2/
128 110
129 111
130[dht] 112[dht]