Increase default hop counts all round
authorminima <minima>
Sun, 30 Jul 2000 17:48:06 +0000 (17:48 +0000)
committerminima <minima>
Sun, 30 Jul 2000 17:48:06 +0000 (17:48 +0000)
Changes
perl/DXProtVars.pm

diff --git a/Changes b/Changes
index 42cfd27c91957c0be68f93b2696454325aa23f70..f922a1e89de13bacbe0c57ba99dabedce07bd487 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,7 @@
 6. SEND now displays a message if you try to do it in not prompt mode.
 7. stopped a few more things being done by rcmd (eg send, talk, ann, dx)
 8. tidied up the talking a bit more.
+9. Increase default hop counts all round.
 29Jul00=======================================================================
 1. added forward/latlong which will forward ALL the users that have a latitude
 and longitude set on them to one or more locally connected nodes - with a hop
index 483f954e84723cb0277d7549e152712b025d04c0..ce256e1e047af374ebff015782412d02fdafe479 100644 (file)
@@ -24,15 +24,15 @@ $pc50_interval = 14*60;
 $myprot_version = 5300;
 
 # default hopcount to use
-$def_hopcount = 15;
+$def_hopcount = 30;
 
 # some variable hop counts based on message type
 %hopcount = (
-  11 => 10,
-  16 => 10,
-  17 => 10,
-  19 => 10,
-  21 => 10,
+  11 => 25,
+  16 => 25,
+  17 => 25,
+  19 => 25,
+  21 => 25,
 );
 
 # list of nodes we don't accept dx from