blob: 6b11aa4acbb1c31c790496e89b9e3d0ea6150cf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$IncludeConfig diag-common.conf
$ModLoad ../plugins/imtcp/.libs/imtcp
# this listener is for message generation by the test framework!
$InputTCPServerRun 13514
$WorkDirectory test-spool
$MainMsgQueueMaxFileSize 1g
$MainMsgQueueFileName mainq
# we use the shortest resume interval a) to let the test not run too long
# and b) make sure some retries happen before the reconnect
$ActionResumeInterval 1
$ActionResumeRetryCount -1
*.* @@127.0.0.1:13515
|