doc: gnunet-c-tutorial: Add nodes.
[oweals/gnunet.git] / src / nse / test_nse.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/test-nse-multipeer/
3
4 [nse]
5 #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
6 FORCESTART = YES
7 PROOFFILE = $GNUNET_TEST_HOME/proof.nse
8 # Overriding network settings for faster testing (do NOT use
9 # these values in production just because they are here)
10 WORKDELAY = 1 ms
11 INTERVAL = 60 s
12 WORKBITS = 1
13 HISTOGRAM = $GNUNET_TEST_HOME/nse-histogram
14
15 [nat]
16 DISABLEV6 = YES
17 BINDTO = 127.0.0.1
18 ENABLE_UPNP = NO
19 BEHIND_NAT = NO
20 ALLOW_NAT = NO
21 INTERNAL_ADDRESS = 127.0.0.1
22 EXTERNAL_ADDRESS = 127.0.0.1
23