stuff
[oweals/gnunet.git] / src / transport / test_plugin_transport_data_http.conf
1 @INLINE@ test_transport_defaults.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/plugin_http/
4 DEFAULTCONFIG = test_plugin_transport_data_http.conf
5
6 [transport-tcp]
7 TIMEOUT = 5000
8
9 [transport-http]
10 PORT = 12320
11 DEBUG = YES
12 USE_IPv6 = YES
13
14 [transport-https]
15 PORT = 12321
16 CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
17 KEY_FILE = https_key.key
18 CERT_FILE = https_cert.crt
19 DEBUG = YES
20 USE_IPv6 = YES
21
22 [arm]
23 PORT = 12323
24
25 [statistics]
26 PORT = 12322
27
28