change touser login in gen_DXProt
[spider.git] / perl / DXProtVars.pm
index ce256e1e047af374ebff015782412d02fdafe479..95acac91d1354fb183c6f1e8d811911f77875a91 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 = 5253;
 
 # default hopcount to use
 $def_hopcount = 30;