--- projects/cms/source/conient/build/etc/default.conf 2001/02/26 00:25:00 1.7 +++ 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.7 2001/02/26 00:25:00 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=killigrew.ukc.ac.uk +control.server=i-scream.example.com # the default port which the i-scream server will # talk to i-scream clients on @@ -22,12 +22,12 @@ control.port=4510 # start the control channel by default? # un-comment this line to autoconnect on startup # -#control.onstartconnect +control.onstartconnect=0 # start the data channel by default? # un-comment this line to autoconnect on startup # -#data.onstartconnect +data.onstartconnect=0 # the command to run in order to connect into # the firewall. %SERVER% should appear where @@ -43,14 +43,15 @@ control.port=4510 # if you do NOT wish to use this command, and simply # connect direct, just comment this line # -#firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleep 7200 +useFirewall=0 +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=10 +firewall.commandwait=5 # the name of the local machine used to connect to # if you going to connect into a firewall @@ -59,16 +60,22 @@ control.port=4510 # but you are using the firewall options, # it assumes "localhost". # -#firewall.server=localhost +firewall.server=localhost # display extra data given by a host # uncomment the following -#displayExtraData +displayExtraData=0 # display server queue information # uncomment the following -#displayQueueInformation +displayQueueInformation=0 # debugging, dumps the raw xml pairs to system.out # uncomment the following -#packetDump \ No newline at end of file +packetDump=0 + +# Turns on host discovery +hostDiscoveryMode=1 + +# the queue size for the data queue +dataQueueSize=500