123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- [PATHS]
- SERVICEHOME = $GNUNET_TMP/nse-profiler/
- [testbed]
- START_ON_DEMAND = NO
- PORT = 12113
- ACCEPT_FROM = 127.0.0.1;192.168.0.0/16;
- HOSTNAME = localhost
- MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
- OVERLAY_TOPOLOGY = RANDOM
- OVERLAY_RANDOM_LINKS = 1000
- OPERATION_TIMEOUT = 45 s
- [nse]
- PORT = 12114
- UNIXPATH = $GNUNET_TMP/test-nse-service-nse.unix
- BINARY = gnunet-service-nse
- #BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/nse/.libs/gnunet-service-nse
- #PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
- START_ON_DEMAND = NO
- # Overriding network settings for faster testing (do NOT use
- # these values in production just because they are here)
- WORKDELAY = 60 s
- INTERVAL = 10 s
- WORKBITS = 0
- PROOFFILE = $SERVICEHOME/nse.proof
- [arm]
- UNIXPATH = $GNUNET_TMP/test-nse-service-arm.unix
- [statistics]
- START_ON_DEMAND = YES
- PORT = 12115
- [fs]
- START_ON_DEMAND = NO
- [datastore]
- START_ON_DEMAND = NO
- [dht]
- START_ON_DEMAND = NO
- [nat]
- DISABLEV6 = YES
- BINDTO = 127.0.0.1
- ENABLE_UPNP = NO
- BEHIND_NAT = NO
- ALLOW_NAT = NO
- INTERNAL_ADDRESS = 127.0.0.1
- EXTERNAL_ADDRESS = 127.0.0.1
- [transport]
- plugins = udp
- [transport-udp]
- PORT = 12116
- [core]
- START_ON_DEMAND = YES
- [peerinfo]
- START_ON_DEMAND = YES
- [dns]
- START_ON_DEMAND = NO
- [topology]
- START_ON_DEMAND = NO
- [dv]
- START_ON_DEMAND = NO
- [resolver]
- START_ON_DEMAND = YES
- [cadet]
- START_ON_DEMAND = NO
- [chat]
- START_ON_DEMAND = NO
- [gns]
- START_ON_DEMAND = NO
- [vpn]
- START_ON_DEMAND = NO
- [nse-profiler]
- OUTPUT_FILE = nse_output_2000_peers.dat
- TOPOLOGY_OUTPUT_FILE = nse_topo_2000_peers
- DATA_OUTPUT_FILE = nse_stats_2000_peers
- ROUND0 = 1000
- #ROUND1 = 2000
- ROUND2 = 2000
- ROUND3 = 2000
- ROUND4 = 2000
- ROUND5 = 2000
- ROUND6 = 2000
- ROUND7 = 2000
- ROUND8 = 2000
- ROUND9 = 2000
- ROUND10 = 2000
- ROUND11 = 1000
- ROUND12 = 1000
- ROUND13 = 1000
- ROUND14 = 1000
- ROUND15 = 1000
- ROUND16 = 1000
- ROUND17 = 1000
- ROUND18 = 1000
- ROUND19 = 1000
- ROUND20 = 1000
- ROUND21 = 2000
- ROUND22 = 2000
- ROUND23 = 2000
- ROUND24 = 2000
- ROUND25 = 2000
- ROUND26 = 2000
- ROUND27 = 2000
- ROUND28 = 2000
- ROUND29 = 2000
- ROUND30 = 2000
- WAIT_TIME = 1920 s
- CONNECTION_LIMIT = 10
|