aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-27 23:29:48 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-04-28 10:25:39 +0200
commit1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd (patch)
treeb2c2e39f0815220bc8f23af2c97dbe4d4612ad0e /src/rps
parent5e347ac9df8b49503a1fdfa38707a99a6b2b3b0c (diff)
downloadgnunet-1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd.tar.gz
gnunet-1b87a306f0ec3da8bdb1907e2b4efb9e1b3cb9bd.zip
- fix misc typos
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/profiler_rps.conf2
-rw-r--r--src/rps/rps.conf.in2
-rw-r--r--src/rps/test_rps.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/rps/profiler_rps.conf b/src/rps/profiler_rps.conf
index 5edd6d3ff..89e5e35f2 100644
--- a/src/rps/profiler_rps.conf
+++ b/src/rps/profiler_rps.conf
@@ -52,7 +52,7 @@ SETUP_TIMEOUT = 1 h
52WORKBITS = 0 52WORKBITS = 0
53 53
54[nat] 54[nat]
55# Use addresses from the local network interfaces (inluding loopback, but also others) 55# Use addresses from the local network interfaces (including loopback, but also others)
56USE_LOCALADDR = YES 56USE_LOCALADDR = YES
57ENABLE_UPNP = NO 57ENABLE_UPNP = NO
58 58
diff --git a/src/rps/rps.conf.in b/src/rps/rps.conf.in
index 9619c9889..8c7098747 100644
--- a/src/rps/rps.conf.in
+++ b/src/rps/rps.conf.in
@@ -27,7 +27,7 @@ FILENAME_VALID_PEERS = $GNUNET_DATA_HOME/rps/valid_peers.txt
27# So, 50 is enough for a network of size 50^3 = 125000 27# So, 50 is enough for a network of size 50^3 = 125000
28MINSIZE = 10 28MINSIZE = 10
29 29
30# The probability whith which we want a sampler element to have observed all 30# The probability with which we want a sampler element to have observed all
31# peer ids in the network at least 31# peer ids in the network at least
32DESIRED_PROBABILITY = 0.9 32DESIRED_PROBABILITY = 0.9
33 33
diff --git a/src/rps/test_rps.conf b/src/rps/test_rps.conf
index 68f3982ec..2b1101786 100644
--- a/src/rps/test_rps.conf
+++ b/src/rps/test_rps.conf
@@ -51,7 +51,7 @@ SETUP_TIMEOUT = 2 m
51WORKBITS = 0 51WORKBITS = 0
52 52
53[nat] 53[nat]
54# Use addresses from the local network interfaces (inluding loopback, but also others) 54# Use addresses from the local network interfaces (including loopback, but also others)
55USE_LOCALADDR = YES 55USE_LOCALADDR = YES
56ENABLE_UPNP = NO 56ENABLE_UPNP = NO
57 57