trying again to fix test_service timeout on v6 failure
[oweals/gnunet.git] / src / transport / transport.conf.in
1 [transport]
2 AUTOSTART = @AUTOSTART@
3 @JAVAPORT@PORT = 2091
4 HOSTNAME = localhost
5 BINARY = gnunet-service-transport
6 # PREFIX = valgrind
7
8 # Maximum number of neighbours PER PLUGIN (not in total).
9 NEIGHBOUR_LIMIT = 50
10 ACCEPT_FROM = 127.0.0.1;
11 ACCEPT_FROM6 = ::1;
12 PLUGINS = tcp udp
13 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport.sock
14 BLACKLIST_FILE = $GNUNET_CONFIG_HOME/transport/blacklist
15 UNIX_MATCH_UID = NO
16 UNIX_MATCH_GID = YES
17 # DISABLE_SOCKET_FORWARDING = NO
18 # USERNAME =
19 # MAXBUF =
20 # TIMEOUT =
21 # DISABLEV6 =
22 # BINDTO =
23 # REJECT_FROM =
24 # REJECT_FROM6 =
25 # PREFIX = valgrind --leak-check=full
26
27 # Configuration settings related to traffic manipulation for testing purposes
28 # Distance
29 # MANIPULATE_DISTANCE_IN = 1
30 # MANIPULATE_DISTANCE_OUT = 1
31 # Delay; WARNING: to large values may lead to peers not connecting!
32 # MANIPULATE_DELAY_IN = 1 ms
33 # MANIPULATE_DELAY_OUT = 1 ms
34
35
36 [transport-unix]
37 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-transport-plugin-unix.sock
38 TESTING_IGNORE_KEYS = ACCEPT_FROM;
39
40 [transport-tcp]
41 # Use 0 to ONLY advertise as a peer behind NAT (no port binding)
42 PORT = 2086
43
44 # Obsolete option, to be replaced by HOLE_EXTERNAL (soon)
45 ADVERTISED_PORT = 2086
46
47 # If we have a manually punched NAT, what is the external IP and port?
48 # Can use DNS names for DynDNS-based detection of external IP.
49 # Can use IPv6 addresses ([fefc::]:PORT).
50 # Use "AUTO" for the hostname to automatically detect external IP.
51 # Do not set if NAT is not manually punched.
52 # HOLE_EXTERNAL = AUTO:2086
53
54 TESTING_IGNORE_KEYS = ACCEPT_FROM;
55
56 # Maximum number of open TCP connections allowed
57 MAX_CONNECTIONS = 128
58
59 TIMEOUT = 5 s
60 # ACCEPT_FROM =
61 # ACCEPT_FROM6 =
62 # REJECT_FROM =
63 # REJECT_FROM6 =
64 # BINDTO =
65 MAX_CONNECTIONS = 128
66
67 # Enable TCP stealth?
68 TCP_STEALTH = NO
69
70
71 [transport-udp]
72 # Use PORT = 0 to autodetect a port available
73 PORT = 2086
74 BROADCAST = YES
75 BROADCAST_RECEIVE = YES
76 BROADCAST_INTERVAL = 30 s
77
78 # This limits UDP to 1MB/s for SENDING. Higher values are advised
79 # for benchmarking or well-connected systems.  Note that this quota
80 # applies IN ADDITION to the system-wide transport-wide WAN/LAN
81 # quotas.
82 MAX_BPS = 1000000
83 TESTING_IGNORE_KEYS = ACCEPT_FROM;
84
85 # If we have a manually punched NAT, what is the external IP and port?
86 # Can use DNS names for DynDNS-based detection of external IP.
87 # Can use IPv6 addresses ([fefc::]:PORT).
88 # Use "AUTO" for the hostname to automatically detect external IP.
89 # Do not set if NAT is not manually punched.
90 # HOLE_EXTERNAL = AUTO:2086
91
92
93 [transport-http_client]
94 MAX_CONNECTIONS = 128
95 TESTING_IGNORE_KEYS = ACCEPT_FROM;
96 # Hostname or IP of proxy server
97 # PROXY =
98
99 # User name for proxy server
100 # PROXY_USERNAME =
101 # User password for proxy server
102 # PROXY_PASSWORD =
103
104 # Type of proxy server,
105 # Valid values: HTTP, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
106 # Default: HTTP
107 # PROXY_TYPE = HTTP
108
109 # Enable tunneling proxy request instead of having proxy server evaluate it
110 # Experimental, default: NO
111 # PROXY_HTTP_TUNNELING = NO
112
113
114 [transport-http_server]
115 #EXTERNAL_HOSTNAME = <your hostname/path>
116 PORT = 1080
117
118 # Obsolete option, to be replaced by HOLE_EXTERNAL (soon)
119 ADVERTISED_PORT = 1080
120
121 # If we have a manually punched NAT, what is the external IP and port?
122 # Can use DNS names for DynDNS-based detection of external IP.
123 # Can use IPv6 addresses ([fefc::]:PORT).
124 # Use "AUTO" for the hostname to automatically detect external IP.
125 # Do not set if NAT is not manually punched.
126 # HOLE_EXTERNAL = AUTO:1080
127
128 MAX_CONNECTIONS = 128
129 TESTING_IGNORE_KEYS = ACCEPT_FROM;
130
131 # Enable TCP stealth?
132 TCP_STEALTH = NO
133
134
135 [transport-https_client]
136 MAX_CONNECTIONS = 128
137 TESTING_IGNORE_KEYS = ACCEPT_FROM;
138 # Hostname or IP of proxy server
139 # PROXY =
140
141 # User name for proxy server
142 # PROXY_USERNAME =
143 # User password for proxy server
144 # PROXY_PASSWORD =
145
146 # Type of proxy server,
147 # Valid values: HTTP, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
148 # Default: HTTP
149 # PROXY_TYPE = HTTP
150
151 # Enable tunneling proxy request instead of having proxy server evaluate it
152 # Experimental, default: NO
153 # PROXY_HTTP_TUNNELING = NO
154
155
156 [transport-https_server]
157 # EXTERNAL_HOSTNAME = <your hostname/path>
158 # EXTERNAL_HOSTNAME_ONLY = YES
159 # If you have a valid SSL certificate for your external hostname tell,
160 # clients to verify it
161 # VERIFY_EXTERNAL_HOSTNAME = YES
162 # Does the external hostname use the same port?
163 # EXTERNAL_HOSTNAME_USE_PORT = YES
164 PORT = 4433
165
166 # Obsolete option, to be replaced by HOLE_EXTERNAL (soon)
167 ADVERTISED_PORT = 4433
168
169 # If we have a manually punched NAT, what is the external IP and port?
170 # Can use DNS names for DynDNS-based detection of external IP.
171 # Can use IPv6 addresses ([fefc::]:PORT).
172 # Use "AUTO" for the hostname to automatically detect external IP.
173 # Do not set if NAT is not manually punched.
174 # HOLE_EXTERNAL = AUTO:4433
175
176 CRYPTO_INIT = NORMAL
177 KEY_FILE = $GNUNET_DATA_HOME/transport/https.key
178 CERT_FILE = $GNUNET_DATA_HOME/transport/https.cert
179 MAX_CONNECTIONS = 128
180 TESTING_IGNORE_KEYS = ACCEPT_FROM;
181
182 # Enable TCP stealth?
183 TCP_STEALTH = NO
184
185
186 [transport-wlan]
187 # Name of the interface in monitor mode (typically monX)
188 INTERFACE = mon0
189 # Real hardware, no testing
190 TESTMODE = 0
191 TESTING_IGNORE_KEYS = ACCEPT_FROM;
192
193
194 [transport-bluetooth]
195 # Name of the interface (typically hciX)
196 INTERFACE = hci0
197 # Real hardware, no testing
198 TESTMODE = 0
199 TESTING_IGNORE_KEYS = ACCEPT_FROM;