From 433205ef66376e3eea543a07ab99321324409b02 Mon Sep 17 00:00:00 2001 From: minima Date: Sun, 30 Jul 2000 17:48:06 +0000 Subject: [PATCH] Increase default hop counts all round --- Changes | 1 + perl/DXProtVars.pm | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Changes b/Changes index 42cfd27c..f922a1e8 100644 --- 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 diff --git a/perl/DXProtVars.pm b/perl/DXProtVars.pm index 483f954e..ce256e1e 100644 --- a/perl/DXProtVars.pm +++ b/perl/DXProtVars.pm @@ -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 -- 2.34.1