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
$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