aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_tcp_nat_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 13:35:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 13:35:31 +0000
commit0ea2ffb99da4645d3984fd0b207bd78d261e8356 (patch)
tree903b2f7de0204a116d5714a7aae84405dc51b68c /src/transport/test_transport_api_tcp_nat_peer2.conf
parent8b75d8b9e863d4c1e3bb21df93897bca6b9d1799 (diff)
downloadgnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.tar.gz
gnunet-0ea2ffb99da4645d3984fd0b207bd78d261e8356.zip
simplifying config
Diffstat (limited to 'src/transport/test_transport_api_tcp_nat_peer2.conf')
-rw-r--r--src/transport/test_transport_api_tcp_nat_peer2.conf131
1 files changed, 20 insertions, 111 deletions
diff --git a/src/transport/test_transport_api_tcp_nat_peer2.conf b/src/transport/test_transport_api_tcp_nat_peer2.conf
index 3040a0f8f..1b5586c4f 100644
--- a/src/transport/test_transport_api_tcp_nat_peer2.conf
+++ b/src/transport/test_transport_api_tcp_nat_peer2.conf
@@ -1,126 +1,35 @@
1[transport-tcp] 1@INLINE@ test_transport_defaults.conf
2PORT = 12030 2[PATHS]
3USE_LOCALADDR = YES 3SERVICEHOME = /tmp/test-transport/api-tcp-nat-p2/
4DEFAULTCONFIG = test_transport_api_tcp_nat_peer2.conf
4 5
5[nat] 6[nat]
6BINDTO = 127.0.0.1
7DISABLEV6 = YES 7DISABLEV6 = YES
8BEHIND_NAT = NO
9ENABLE_NAT_CLIENT = YES 8ENABLE_NAT_CLIENT = YES
10EXTERNAL_ADDRESS = 127.0.0.1
11INTERNAL_ADDRESS = 127.0.0.1
12
13[hostlist]
14HTTP-PROXY =
15SERVERS = http://gnunet.org:8080/
16OPTIONS = -b
17BINARY = gnunet-daemon-hostlist
18CONFIG = $DEFAULTCONFIG
19HOME = $SERVICEHOME
20HOSTNAME = localhost
21HTTPPORT = 8080
22
23[topology]
24BINARY = gnunet-daemon-topology
25CONFIG = $DEFAULTCONFIG
26FRIENDS = $SERVICEHOME/friends
27TARGET-CONNECTION-COUNT = 16
28AUTOCONNECT = YES
29FRIENDS-ONLY = NO
30MINIMUM-FRIENDS = 0
31 9
32[transport] 10[transport-tcp]
33PLUGINS = tcp 11PORT = 12030
34#DEBUG = YES 12TIMEOUT = 5000
35ACCEPT_FROM6 = ::1;
36ACCEPT_FROM = 127.0.0.1;
37NEIGHBOUR_LIMIT = 50
38#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
39BINARY = gnunet-service-transport
40CONFIG = $DEFAULTCONFIG
41HOME = $SERVICEHOME
42HOSTNAME = localhost
43PORT = 45923
44UNIXPATH = /tmp/gnunet-p2-service-transport.sock
45#PREFIX = xterm -T transport2 -e gdb --args
46#PREFIX = valgrind --leak-check=full
47
48[peerinfo]
49TRUST = $SERVICEHOME/data/credit/
50HOSTS = $SERVICEHOME/data/hosts/
51ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1;
53BINARY = gnunet-service-peerinfo
54CONFIG = $DEFAULTCONFIG
55HOME = $SERVICEHOME
56HOSTNAME = localhost
57PORT = 12031
58UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
59
60[resolver]
61ACCEPT_FROM6 = ::1;
62ACCEPT_FROM = 127.0.0.1;
63BINARY = gnunet-service-resolver
64CONFIG = $DEFAULTCONFIG
65HOME = $SERVICEHOME
66HOSTNAME = localhost
67PORT = 12032
68UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
69
70[statistics]
71AUTOSTART = YES
72ACCEPT_FROM6 = ::1;
73ACCEPT_FROM = 127.0.0.1;
74BINARY = gnunet-service-statistics
75CONFIG = $DEFAULTCONFIG
76HOME = $SERVICEHOME
77HOSTNAME = localhost
78PORT = 12033
79UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
80 13
81[arm] 14[arm]
82DEFAULTSERVICES = transport
83ACCEPT_FROM6 = ::1;
84ACCEPT_FROM = 127.0.0.1;
85BINARY = gnunet-service-arm
86CONFIG = $DEFAULTCONFIG
87HOME = $SERVICEHOME
88HOSTNAME = localhost
89PORT = 12034 15PORT = 12034
16DEFAULTSERVICES = transport
90UNIXPATH = /tmp/gnunet-p2-service-arm.sock 17UNIXPATH = /tmp/gnunet-p2-service-arm.sock
91 18
92[TESTING] 19[statistics]
93WEAKRANDOM = YES 20PORT = 12033
94 21UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
95[gnunetd]
96DISABLEV6 = YES
97HOSTKEY = $SERVICEHOME/.hostkey
98
99[PATHS]
100DEFAULTCONFIG = test_transport_api_tcp_nat_peer2.conf
101SERVICEHOME = /tmp/test-transport/api-tcp-nat-p2/
102
103[core]
104AUTOSTART = NO
105
106[fs]
107AUTOSTART = NO
108
109[datastore]
110AUTOSTART = NO
111
112[dht]
113AUTOSTART = NO
114
115[mesh]
116AUTOSTART = NO
117
118[dns]
119AUTOSTART = NO
120 22
23[resolver]
24PORT = 12032
25UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
121 26
27[peerinfo]
28PORT = 12031
29UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
122 30
123[nse] 31[transport]
124AUTOSTART = NO 32PORT = 45923
33UNIXPATH = /tmp/gnunet-p2-service-transport.sock
125 34
126 35