X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=bc57440f3dc31f5ce95a8f38d41ac565b8cdfae8;hb=85bdc933dd042496fb40f3886ca80e2b04cfb1b6;hp=1fca891754bed6bf9b5bcf49b072afb7a5610279;hpb=b863ad60651637704882305af0f1ff84a1e45a56;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 1fca8917..bc57440f 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -130,7 +130,7 @@ $reqreg = 0; # 1 = registration required, 2 = deregister people $bumpexisting = 1; # 1 = allow new connection to disconnect old, 0 - don't allow it $allowdxby = 0; # 1 = allow "dx by ", 0 - don't allow it $maxconnect_user = 3; # the maximum no of concurrent connections a user can have at a time -$maxconnect_node = 8; # Ditto but for nodes. In either case if a new incoming connection +$maxconnect_node = 0; # Ditto but for nodes. In either case if a new incoming connection # takes the no of references in the routing table above these numbers # then the connection is refused. This only affects INCOMING connections.