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 |
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 -l login -L%PORT%:%SERVER%:%PORT% i-scream.example.com sleep 7200 |
48 |
|
|
49 |
|
# the time in seconds to wait for the firewall.command to |
50 |
|
# finish executing and thus start up the pipe |
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 |