+25Mar23=======================================================================
+1. Changed the default of X and Y (in item 2 below) to 27 and 20 respectively.
24Mar23=======================================================================
1. Restore perl regex version of is_ipaddr. This *should* allow windows
updates to work again.
$users = 0; # no of users on this node currently
$maxusers = 0; # max no users on this node for this run
$maxcmdlth = 512; # max length of incoming cmd line (including the command and any arguments
-$maxcmdcount = 16; # max no cmds entering $cmdinterval seconds
-$cmdinterval = 9; # if user enters more than $maxcmdcount in $cmdinterval seconds, they are logged off
+$maxcmdcount = 27; # max no cmds entering $cmdinterval seconds
+$cmdinterval = 20; # if user enters more than $maxcmdcount in $cmdinterval seconds, they are logged off
#
# obtain a new connection this is derived from dxchannel