aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_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_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_http_peer2.conf')
-rw-r--r--src/transport/test_transport_api_http_peer2.conf49
1 files changed, 15 insertions, 34 deletions
diff --git a/src/transport/test_transport_api_http_peer2.conf b/src/transport/test_transport_api_http_peer2.conf
index a8833c7a4..a4b7b8bf0 100644
--- a/src/transport/test_transport_api_http_peer2.conf
+++ b/src/transport/test_transport_api_http_peer2.conf
@@ -1,5 +1,5 @@
1[transport-http] 1[transport-http]
2PORT = 22368 2PORT = 12090
3DEBUG = NO 3DEBUG = NO
4USE_IPv6 = YES 4USE_IPv6 = YES
5USE_IPv4 = YES 5USE_IPv4 = YES
@@ -7,23 +7,6 @@ USE_IPv4 = YES
7#BINDTO6 = ::1 7#BINDTO6 = ::1
8USE_LOCALADDR = YES 8USE_LOCALADDR = YES
9 9
10[transport-https]
11PORT = 42388
12DEBUG = NO
13USE_IPv6 = YES
14USE_IPv4 = YES
15#BINDTO4 = 127.0.0.1
16#BINDTO6 = ::1
17
18[fs]
19AUTOSTART = NO
20
21[datastore]
22AUTOSTART = NO
23
24[core]
25AUTOSTART = NO
26
27[hostlist] 10[hostlist]
28HTTP-PROXY = 11HTTP-PROXY =
29SERVERS = http://gnunet.org:8080/ 12SERVERS = http://gnunet.org:8080/
@@ -45,7 +28,6 @@ MINIMUM-FRIENDS = 0
45 28
46[transport] 29[transport]
47PLUGINS = http 30PLUGINS = http
48#PLUGINS = tcp http
49#DEBUG = YES 31#DEBUG = YES
50ACCEPT_FROM6 = ::1; 32ACCEPT_FROM6 = ::1;
51ACCEPT_FROM = 127.0.0.1; 33ACCEPT_FROM = 127.0.0.1;
@@ -54,7 +36,7 @@ BINARY = gnunet-service-transport
54CONFIG = $DEFAULTCONFIG 36CONFIG = $DEFAULTCONFIG
55HOME = $SERVICEHOME 37HOME = $SERVICEHOME
56HOSTNAME = localhost 38HOSTNAME = localhost
57PORT = 22365 39PORT = 12091
58UNIXPATH = /tmp/gnunet-p2-service-transport.sock 40UNIXPATH = /tmp/gnunet-p2-service-transport.sock
59#PREFIX = xterm -T transport1 -e gdb --command=cmd --args 41#PREFIX = xterm -T transport1 -e gdb --command=cmd --args
60#PREFIX = valgrind --leak-check=full 42#PREFIX = valgrind --leak-check=full
@@ -69,7 +51,7 @@ BINARY = gnunet-service-peerinfo
69CONFIG = $DEFAULTCONFIG 51CONFIG = $DEFAULTCONFIG
70HOME = $SERVICEHOME 52HOME = $SERVICEHOME
71HOSTNAME = localhost 53HOSTNAME = localhost
72PORT = 22369 54PORT = 12092
73UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock 55UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
74 56
75[resolver] 57[resolver]
@@ -79,7 +61,7 @@ BINARY = gnunet-service-resolver
79CONFIG = $DEFAULTCONFIG 61CONFIG = $DEFAULTCONFIG
80HOME = $SERVICEHOME 62HOME = $SERVICEHOME
81HOSTNAME = localhost 63HOSTNAME = localhost
82PORT = 22364 64PORT = 12093
83UNIXPATH = /tmp/gnunet-p2-service-resolver.sock 65UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
84 66
85[statistics] 67[statistics]
@@ -89,7 +71,7 @@ BINARY = gnunet-service-statistics
89CONFIG = $DEFAULTCONFIG 71CONFIG = $DEFAULTCONFIG
90HOME = $SERVICEHOME 72HOME = $SERVICEHOME
91HOSTNAME = localhost 73HOSTNAME = localhost
92PORT = 22367 74PORT = 12094
93UNIXPATH = /tmp/gnunet-p2-service-statistics.sock 75UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
94 76
95 77
@@ -101,18 +83,9 @@ BINARY = gnunet-service-arm
101CONFIG = $DEFAULTCONFIG 83CONFIG = $DEFAULTCONFIG
102HOME = $SERVICEHOME 84HOME = $SERVICEHOME
103HOSTNAME = localhost 85HOSTNAME = localhost
104PORT = 22366 86PORT = 12095
105UNIXPATH = /tmp/gnunet-p2-service-arm.sock 87UNIXPATH = /tmp/gnunet-p2-service-arm.sock
106 88
107
108[transport-http]
109PORT = 22389
110DEBUG = NO
111
112[transport-tcp]
113PORT = 22399
114#DEBUG = YES
115
116[TESTING] 89[TESTING]
117WEAKRANDOM = YES 90WEAKRANDOM = YES
118 91
@@ -120,8 +93,16 @@ WEAKRANDOM = YES
120HOSTKEY = $SERVICEHOME/.hostkey 93HOSTKEY = $SERVICEHOME/.hostkey
121 94
122[PATHS] 95[PATHS]
123SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/ 96SERVICEHOME = /tmp/test-transport/api-http-p2/
97
98[fs]
99AUTOSTART = NO
124 100
101[datastore]
102AUTOSTART = NO
103
104[core]
105AUTOSTART = NO
125 106
126[dht] 107[dht]
127AUTOSTART = NO 108AUTOSTART = NO