gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix misc typos


From: gnunet
Subject: [gnunet] branch master updated: fix misc typos
Date: Tue, 27 Apr 2021 23:31:57 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1f4048d55 fix misc typos
1f4048d55 is described below

commit 1f4048d55419df44ef87c8c9206511c859dc8a79
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Apr 27 23:29:48 2021 +0200

    fix misc typos
---
 src/arm/arm.conf.in                       |  2 +-
 src/ats/perf_ats_solver.conf              | 51 +------------------------------
 src/consensus/test_consensus.conf         |  2 +-
 src/nat/test_nat_data.conf                |  3 +-
 src/nat/test_nat_test_data.conf           | 10 +++---
 src/rps/profiler_rps.conf                 |  2 +-
 src/secretsharing/test_secretsharing.conf |  2 +-
 src/set/test_set.conf                     |  2 +-
 src/seti/test_seti.conf                   |  2 +-
 src/setu/test_setu.conf                   |  2 +-
 src/util/util.conf                        |  2 +-
 11 files changed, 14 insertions(+), 66 deletions(-)

diff --git a/src/arm/arm.conf.in b/src/arm/arm.conf.in
index 383d578d5..8015e0e15 100644
--- a/src/arm/arm.conf.in
+++ b/src/arm/arm.conf.in
@@ -33,7 +33,7 @@ OPTIONS = -l $GNUNET_CACHE_HOME/gnunet-%Y-%m-%d.log
 # If set to YES, ARM will only start services that are marked as
 # per-user services (and we'll expect a system user to run ARM to
 # provide system-level services).  Per-user services enable
-# better personalization and  priviledge separation and in particular
+# better personalization and  privilege separation and in particular
 # ensures that personal data is stored under $HOME, which might
 # be important in a multi-user system (or if $HOME is encrypted
 # and /var/ is not).
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf
index 00657d895..a535891df 100644
--- a/src/ats/perf_ats_solver.conf
+++ b/src/ats/perf_ats_solver.conf
@@ -21,57 +21,8 @@ BLUETOOTH_QUOTA_OUT = 10000000
 # Proportional specific settings
 # How proportional to preferences is bandwidth distribution in a network
 # 1: Fair with respect to addresses without preferences
-# > 10: The bigger, the more respect is payed to preferences 
+# > 10: The bigger, the more respect is paid to preferences
 PROP_PROPORTIONALITY_FACTOR = 2.00
 # Should we stick to existing connections are prefer to switch?
 # [10...200], lower value prefers to switch, bigger value is more tolerant
 PROP_STABILITY_FACTOR = 1.25
-
-# MLP specific settings
-# MLP defaults
-
-# Maximum duration for a solution process
-# MLP_MAX_DURATION = 30 s
-
-# Maximum number of iterations for a solution process
-# MLP_MAX_ITERATIONS = 1024
-# Tolerated MIP Gap [0.0 .. 1.0], default 0.025
-MLP_MAX_MIP_GAP = 0.025
-# Tolerated LP/MIP Gap [0.0 .. 1.0], default 0.025
-MLP_MAX_LP_MIP_GAP = 0.025
-
-# MLP_COEFFICIENT_D = 1.0
-# MLP_COEFFICIENT_U = 1.0
-# MLP_COEFFICIENT_R = 1.0
-MLP_MIN_BANDWIDTH = 10
-# MLP_MIN_CONNECTIONS = 4
-# MLP_DBG_FEASIBILITY_ONLY = YES
-MLP_DBG_AUTOSCALE_PROBLEM = YES
-# MLP_DBG_INTOPT_PRESOLVE = YES
-# Print GLPK output
-# MLP_DBG_GLPK_VERBOSE = YES
-
-#MLP_DBG_OPTIMIZE_UTILITY = NO
-#MLP_DBG_OPTIMIZE_QUALITY = NO
-#MLP_DBG_OPTIMIZE_RELATIVITY = NO
-#DLP_DBG_OPTIMIZE_DIVERSITY = NO
-
-MLP_LOG_FORMAT = CPLEX
-
-# MLP Log settings
-# Dump all problems to disk
-# MLP_DUMP_PROBLEM_ALL = YES
-# Dump all solution to disk
-# MLP_DUMP_SOLUTION_ALL = YES
-
-# RIL specifc settings
-RIL_STEP_TIME_MIN = 1 ms
-RIL_STEP_TIME_MAX = 10 ms
-
-RIL_ALGORITHM = Q
-RIL_DISCOUNT_BETA = 0.7
-RIL_GRADIENT_STEP_SIZE = 0.3
-RIL_TRACE_DECAY = 0.2
-RIL_EXPLORE_RATIO = 0.1
-RIL_GLOBAL_REWARD_SHARE = 1
-
diff --git a/src/consensus/test_consensus.conf 
b/src/consensus/test_consensus.conf
index 4f17fa359..67b366405 100644
--- a/src/consensus/test_consensus.conf
+++ b/src/consensus/test_consensus.conf
@@ -63,7 +63,7 @@ START_ON_DEMAND = NO
 START_ON_DEMAND = NO
 
 [nat]
-# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+# Use addresses from the local network interfaces (including loopback, but 
also others)
 USE_LOCALADDR = YES
 
 # Disable IPv6 support
diff --git a/src/nat/test_nat_data.conf b/src/nat/test_nat_data.conf
index cb018cecd..e139d0c05 100644
--- a/src/nat/test_nat_data.conf
+++ b/src/nat/test_nat_data.conf
@@ -14,7 +14,7 @@ PUNCHED_NAT = NO
 # Disable UPNP by default until it gets cleaner!
 ENABLE_UPNP = YES
 
-# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+# Use addresses from the local network interfaces (including loopback, but 
also others)
 USE_LOCALADDR = YES
 
 # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at 
this time (should allow DynDNS!)
@@ -34,4 +34,3 @@ ENABLE_ICMP_SERVER = NO
 
 # Disable IPv6 support
 DISABLEV6 = NO
-
diff --git a/src/nat/test_nat_test_data.conf b/src/nat/test_nat_test_data.conf
index 03850ec06..ca78ca9f3 100644
--- a/src/nat/test_nat_test_data.conf
+++ b/src/nat/test_nat_test_data.conf
@@ -18,14 +18,14 @@ PUNCHED_NAT = YES
 # Disable UPNP by default until it gets cleaner!
 ENABLE_UPNP = NO
 
-# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+# Use addresses from the local network interfaces (including loopback, but 
also others)
 USE_LOCALADDR = YES
 RETURN_LOCAL_ADDRESSES = YES
 
 # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at 
this time (should allow DynDNS!)
-# normal interface IP address for non-NATed peers; 
+# normal interface IP address for non-NATed peers;
 # possibly auto-detected (using UPnP) if possible if not specified
-# EXTERNAL_ADDRESS = 
+# EXTERNAL_ADDRESS =
 
 # Should we use ICMP-based NAT traversal to try connect to NATed peers
 # or, if we are behind NAT, to allow connections to us?
@@ -33,7 +33,7 @@ ENABLE_ICMP_CLIENT = NO
 ENABLE_ICMP_SERVER = NO
 
 # IP address of the interface connected to the NAT box; IPv4 dotted-decimal 
ONLY;
-# normal interface IP address for non-NATed peers; 
+# normal interface IP address for non-NATed peers;
 # likely auto-detected (via interface list) if not specified (!)
 INTERNAL_ADDRESS = 127.0.0.1
 
@@ -43,5 +43,3 @@ DISABLEV6 = YES
 
 [nse]
 START_ON_DEMAND = NO
-
-
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
 WORKBITS = 0
 
 [nat]
-# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+# Use addresses from the local network interfaces (including loopback, but 
also others)
 USE_LOCALADDR = YES
 ENABLE_UPNP = NO
 
diff --git a/src/secretsharing/test_secretsharing.conf 
b/src/secretsharing/test_secretsharing.conf
index 7c8e45480..9cbe3ebb1 100644
--- a/src/secretsharing/test_secretsharing.conf
+++ b/src/secretsharing/test_secretsharing.conf
@@ -22,7 +22,7 @@ OVERLAY_TOPOLOGY = CLIQUE
 SERVERS =
 
 [nat]
-# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+# Use addresses from the local network interfaces (including loopback, but 
also others)
 USE_LOCALADDR = YES
 
 # Disable IPv6 support
diff --git a/src/set/test_set.conf b/src/set/test_set.conf
index 21fe984f8..f9b4547e9 100644
--- a/src/set/test_set.conf
+++ b/src/set/test_set.conf
@@ -22,7 +22,7 @@ USE_LOCALADDR = YES
 NO_IO = YES
 
 [nat]
-# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+# Use addresses from the local network interfaces (including loopback, but 
also others)
 USE_LOCALADDR = YES
 
 # Disable IPv6 support
diff --git a/src/seti/test_seti.conf b/src/seti/test_seti.conf
index c87433419..aa4678b49 100644
--- a/src/seti/test_seti.conf
+++ b/src/seti/test_seti.conf
@@ -22,7 +22,7 @@ USE_LOCALADDR = YES
 NO_IO = YES
 
 [nat]
-# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+# Use addresses from the local network interfaces (including loopback, but 
also others)
 USE_LOCALADDR = YES
 
 # Disable IPv6 support
diff --git a/src/setu/test_setu.conf b/src/setu/test_setu.conf
index 4eaf3f0c0..6d132fc1f 100644
--- a/src/setu/test_setu.conf
+++ b/src/setu/test_setu.conf
@@ -22,7 +22,7 @@ USE_LOCALADDR = YES
 NO_IO = YES
 
 [nat]
-# Use addresses from the local network interfaces (inluding loopback, but also 
others)
+# Use addresses from the local network interfaces (including loopback, but 
also others)
 USE_LOCALADDR = YES
 
 # Disable IPv6 support
diff --git a/src/util/util.conf b/src/util/util.conf
index d8613f653..4f0860a49 100644
--- a/src/util/util.conf
+++ b/src/util/util.conf
@@ -14,7 +14,7 @@ GNUNET_HOME = ${GNUNET_TEST_HOME:-${HOME:-${USERPROFILE}}}
 # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
 # for how these should be used.
 
-# Persistant data storage
+# Persistent data storage
 GNUNET_DATA_HOME = ${XDG_DATA_HOME:-$GNUNET_HOME/.local/share}/gnunet/
 
 # Configuration files

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]