diff options
author | Nils Gillmann <ng0@n0.is> | 2018-05-19 14:43:13 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-05-19 14:43:13 +0000 |
commit | 6ab60d4920bb3199aee8cd872b930e9e3e808ba7 (patch) | |
tree | 3d761dbf8793a1d2422fbd14667255c7e0292ea4 /contrib/experiments/nse/infiniband.conf | |
parent | c2f27dfe8218545c327ab49d225a49910347c5c6 (diff) |
Restructure contrib folder.
contrib/pogen.sh -> bin/pogen.sh
bootstrap: Use new pogen location and execute it.
contrib/openvpn-tap32: Move to contrib/3rdparty/Windows/openvpn-tap32.
contrib/gnunet-logo*: Move to contrib/branding/logo/
Delete old patches in contrib, predating git.
Move buildbot data to contrib/ci/buildbot,
move docker data to contrib/ci/docker.
Create contrib/conf and populate it with config files found in contrib and bin.
Move gns related data to contrib/gns.
delete contrib/repeat.sh
Move contrib/log.php into contrib/web/log.php.
Create folder contrib/scripts and use it for most scripts in contrib.
Remove trailing whitespace in doc/Makefile.am
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'contrib/experiments/nse/infiniband.conf')
-rw-r--r-- | contrib/experiments/nse/infiniband.conf | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/contrib/experiments/nse/infiniband.conf b/contrib/experiments/nse/infiniband.conf deleted file mode 100644 index c7b7f2a59..000000000 --- a/contrib/experiments/nse/infiniband.conf +++ /dev/null @@ -1,125 +0,0 @@ -[PATHS] -SERVICEHOME = $GNUNET_TMP/nse-profiler/ - -[testbed] -AUTOSTART = 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 -AUTOSTART = 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] -AUTOSTART = YES -PORT = 12115 - -[fs] -AUTOSTART = NO - -[datastore] -AUTOSTART = NO - -[dht] -AUTOSTART = 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] -AUTOSTART = YES - -[peerinfo] -AUTOSTART = YES - -[dns] -AUTOSTART = NO - -[topology] -AUTOSTART = NO - -[dv] -AUTOSTART = NO - -[resolver] -AUTOSTART = YES - -[cadet] -AUTOSTART = NO - -[chat] -AUTOSTART = NO - -[gns] -AUTOSTART = NO - -[vpn] -AUTOSTART = 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 |