improved error messages when no network connectivity and fancy interval time
[oweals/gnunet.git] / src / transport / transport.conf.in
1 [transport]
2 AUTOSTART = YES
3 @UNIXONLY@ PORT = 2091
4 HOSTNAME = localhost
5 HOME = $SERVICEHOME
6 CONFIG = $DEFAULTCONFIG
7 BINARY = gnunet-service-transport
8 #PREFIX = valgrind
9 NEIGHBOUR_LIMIT = 50
10 ACCEPT_FROM = 127.0.0.1;
11 ACCEPT_FROM6 = ::1;
12 PLUGINS = tcp udp
13 UNIXPATH = /tmp/gnunet-service-transport.sock
14 BLACKLIST_FILE = $SERVICEHOME/blacklist
15 # This could possibly be relaxed
16 UNIX_MATCH_UID = YES
17 UNIX_MATCH_GID = YES
18 # DISABLE_SOCKET_FORWARDING = NO
19 # USERNAME = 
20 # MAXBUF =
21 # TIMEOUT =
22 # DISABLEV6 =
23 # BINDTO =
24 # REJECT_FROM =
25 # REJECT_FROM6 =
26 # PREFIX = valgrind --leak-check=full
27
28 [transport-unix]
29 PORT = 22086
30
31 [transport-tcp]
32 # Use 0 to ONLY advertise as a peer behind NAT (no port binding)
33 PORT = 2086
34 ADVERTISED_PORT = 2086
35
36 # Maximum number of open TCP connections allowed
37 MAX_CONNECTIONS = 128
38
39 TIMEOUT = 5 s
40 # ACCEPT_FROM =
41 # ACCEPT_FROM6 =
42 # REJECT_FROM =
43 # REJECT_FROM6 =
44 # BINDTO =
45 MAX_CONNECTIONS = 128
46
47 [transport-udp]
48 PORT = 2086
49 BROADCAST = YES
50 BROADCAST_INTERVAL = 30 s
51 MAX_BPS = 1000000
52
53 [transport-http]
54 PORT = 1080
55 MAX_CONNECTIONS = 128
56
57 [transport-https]
58 PORT = 4433
59 CRYPTO_INIT = NORMAL
60 KEY_FILE = https.key
61 CERT_FILE = https.cert
62 MAX_CONNECTIONS = 128
63
64 [transport-wlan]
65 # Name of the interface in monitor mode (typically monX)
66 INTERFACE = mon0
67 # Real hardware, no testing
68 TESTMODE = 0
69