--- projects/cms/source/conient/build/etc/default.conf 2001/03/15 01:05:46 1.9 +++ projects/cms/source/conient/build/etc/default.conf 2005/04/16 15:08:00 1.13 @@ -1,6 +1,6 @@ # Initial Conient configuration # -# $Id: default.conf,v 1.9 2001/03/15 01:05:46 ajm Exp $ +# $Id: default.conf,v 1.13 2005/04/16 15:08:00 tdb Exp $ # The friendly name of this client # used to identify our connection to the server @@ -12,7 +12,7 @@ clientname=Conient # the default i-scream server to connect to # -control.server=raptor.ukc.ac.uk +control.server=i-scream.example.com # the default port which the i-scream server will # talk to i-scream clients on @@ -44,14 +44,14 @@ data.onstartconnect=0 # connect direct, just comment this line # useFirewall=0 -firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleep 7200 +firewall.command=ssh -l login -L%PORT%:%SERVER%:%PORT% gateway.example.com sleep 7200 # the time in seconds to wait for the firewall.command to # finish executing and thus start up the pipe # # the default is 5 seconds # -firewall.commandwait= +firewall.commandwait=5 # the name of the local machine used to connect to # if you going to connect into a firewall @@ -60,7 +60,7 @@ firewall.commandwait= # but you are using the firewall options, # it assumes "localhost". # -firewall.server= +firewall.server=localhost # display extra data given by a host # uncomment the following @@ -72,4 +72,10 @@ displayQueueInformation=0 # debugging, dumps the raw xml pairs to system.out # uncomment the following -packetDump=0 \ No newline at end of file +packetDump=0 + +# Turns on host discovery +hostDiscoveryMode=1 + +# the queue size for the data queue +dataQueueSize=500