-makefile for new test_stream_local (commented)
[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
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
29 [transport-tcp]
30 # Use 0 to ONLY advertise as a peer behind NAT (no port binding)
31 PORT = 2086
32 ADVERTISED_PORT = 2086
33
34 # Maximum number of open TCP connections allowed
35 MAX_CONNECTIONS = 128
36
37 TIMEOUT = 5 s
38 # ACCEPT_FROM =
39 # ACCEPT_FROM6 =
40 # REJECT_FROM =
41 # REJECT_FROM6 =
42 # BINDTO =
43 MAX_CONNECTIONS = 128
44
45 [transport-udp]
46 PORT = 2086
47 BROADCAST = YES
48 BROADCAST_INTERVAL = 30000
49 MAX_BPS = 1000000
50
51 [transport-http]
52 PORT = 1080
53 MAX_CONNECTIONS = 128
54
55 [transport-https]
56 PORT = 4433
57 CRYPTO_INIT = NORMAL
58 KEY_FILE = https.key
59 CERT_FILE = https.cert
60 MAX_CONNECTIONS = 128
61
62 [transport-wlan]
63 # Name of the interface in monitor mode (typically monX)
64 INTERFACE = mon0
65 # Real hardware, no testing
66 TESTMODE = 0
67