download DXProtVars.pm
Language: Perl
Copyright: (c) 1998 - Dirk Koopman G1TLH
LOC: 19
Project Info
DXSpider DX Cluster System(dxspider)
Server: SourceForge
Type: cvs
...pider\dxspider\spider\perl\
   AGWConnect.pm
   AGWMsg.pm
   AnnTalk.pm
   BadWords.pm
   Bands.pm
   BBS.pm
   Buck.pm
   call.pl
   callbot.pl
   Chain.pm
   cluster.pl
   CmdAlias.pm
   connect.pl
   console.pl
   Console.pm
   convert_users.pl
   convkeps.pl
   create_prefix.pl
   create_qsl.pl
   create_sysop.pl
   create_usdb.pl
   DB0SDX.pm
   DXBearing.pm
   dxcc.pl
   DXChannel.pm
   DXCommandmode.pm
   DXConnect.pm
   DXCron.pm
   DXDb.pm
   DXDebug.pm
   DXDupe.pm
   DXHash.pm
   DXLog.pm
   DXLogPrint.pm
   DXM.pm
   DXMsg.pm
   dxoldtonew.pl
   DXProt.pm
   DXProtout.pm
   DXProtVars.pm
   DXSql.pm
   DXUser.pm
   DXUtil.pm
   DXVars.pm.issue
   DXXml.pm
   Editable.pm
   export_opernam.pl
   ExtMsg.pm
   Filter.pm
   ForkingServer.pm
   gen_usdb_data.pl
   Geomag.pm
   hlptohtml.pl
   importkeps.pl
   importwwv.pl
   Internet.pm
   IntMsg.pm
   Investigate.pm
   IsoTime.pm
   Julian.pm
   K4UTE.pm
   Keps.pm
   Listeners.pm
   Local.pm
   lock_nodes.pl
   log2csv.pl
   LRU.pm
   Minimuf.pm
   MiscLog.pm
   Mrtg.pm
   Msg.pm
   PC.pm
   Prefix.pm
   process_ursa.pl
   Prot.pm
   proto.html
   QRZ.pm
   QSL.pm
   RingBuf.pm
   Route.pm
   RouteDB.pm
   Script.pm
   Spot.pm
   spot2csv.pl
   Sun.pm
   talias.pl
   Thingy.pm
   Timer.pm
   UDPMsg.pm
   update_sysop.pl
   USDB.pm
   VE7CC.pm
   Verify.pm
   WCY.pm
   winclient.pl
   y2k.sh

#
#
# These are various values used by the AK1A protocol stack
#
# Change these at your peril (or if you know what you are doing)!
#
# Copyright (c) 1998 - Dirk Koopman G1TLH
#
# $Id: DXProtVars.pm,v 1.7 2001/06/06 13:30:21 minima Exp $
#

package DXProt;

# the interval between pc50s (in seconds)
$pc50_interval = 14*60;

# the version of DX cluster (tm) software I am masquerading as
$myprot_version = 5300;

# default hopcount to use
$def_hopcount = 30;

# some variable hop counts based on message type
%hopcount = (
  11 => 25,
  16 => 25,
  17 => 25,
  19 => 25,
  21 => 25,
);

# list of nodes we don't accept dx from
@nodx_node = (

);

# list of nodes we don't accept announces from
@noann_node = (

);

# list of node we don't accept wwvs from
@nowwv_node = (

);

# send out for/opernams for callsigns sending dx spots who haven't got qra locators
$send_opernam = 0;

1;

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us