ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/build/etc/default.conf
(Generate patch)

Comparing projects/cms/source/conient/build/etc/default.conf (file contents):
Revision 1.8 by ajm, Tue Feb 27 03:11:08 2001 UTC vs.
Revision 1.14 by tdb, Sat Apr 16 16:02:18 2005 UTC

# Line 12 | Line 12 | clientname=Conient
12  
13   # the default i-scream server to connect to
14   #
15 < control.server=killigrew.ukc.ac.uk
15 > control.server=i-scream.example.com
16  
17   # the default port which the i-scream server will
18   # talk to i-scream clients on
# Line 44 | Line 44 | data.onstartconnect=0
44   # connect direct, just comment this line
45   #
46   useFirewall=0
47 < firewall.command=ssh -l ajm4 -L%PORT%:%SERVER%:%PORT% raptor.ukc.ac.uk sleep 7200
47 > firewall.command=ssh -N -L%PORT%:%SERVER%:%PORT% gateway.example.com
48  
49   # the time in seconds to wait for the firewall.command to
50   # finish executing and thus start up the pipe
51   #
52   # the default is 5 seconds
53   #
54 < firewall.commandwait=
54 > firewall.commandwait=5
55  
56   # the name of the local machine used to connect to
57   # if you going to connect into a firewall
# Line 60 | Line 60 | firewall.commandwait=
60   # but you are using the firewall options,
61   # it assumes "localhost".
62   #
63 < firewall.server=
63 > firewall.server=localhost
64  
65   # display extra data given by a host
66   # uncomment the following
# Line 72 | Line 72 | displayQueueInformation=0
72  
73   # debugging, dumps the raw xml pairs to system.out
74   # uncomment the following
75 < packetDump=0
75 > packetDump=0
76 >
77 > # Turns on host discovery
78 > hostDiscoveryMode=1
79 >
80 > # the queue size for the data queue
81 > dataQueueSize=500

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines