add more routing code together with associated commands
[spider.git] / perl / DXProtVars.pm
index ce256e1e047af374ebff015782412d02fdafe479..a5f6bc433b677fc3ac126e105fe56c578e97eb3c 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;