fix naming
[spider.git] / perl / DXProtVars.pm
index ce256e1e047af374ebff015782412d02fdafe479..98fd201fe0cf07a20f2bd6168a1bff4fd5d89c9d 100644 (file)
 
 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;
 
 # the version of DX cluster (tm) software I am masquerading as
-$myprot_version = 5300;
+$myprot_version = 5251;
 
 # default hopcount to use
 $def_hopcount = 30;