add DXCIDR, fix version no tracking
[spider.git] / perl / DXProtVars.pm
index ce256e1e047af374ebff015782412d02fdafe479..ae192bcff38d83b6c4dec4c76029dd293507a44c 100644 (file)
@@ -6,19 +6,13 @@
 #
 # Copyright (c) 1998 - Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 package DXProt;
 
-# maximum number of users in a PC16 message
-$pc16_max_users = 5;
-
-# maximum number of nodes in a PC19 message
-$pc19_max_nodes = 5;
-
 # the interval between pc50s (in seconds)
-$pc50_interval = 14*60;
+$pc50_interval = 60*60;
 
 # the version of DX cluster (tm) software I am masquerading as
 $myprot_version = 5300;