summaryrefslogtreecommitdiff
path: root/test/big_payload_tests/conf/big_payload_test_tcp_client_random.json.in
blob: 85cf39366525ad3f2430cd1c0023b9db3692dbe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "unicast":"@TEST_IP_MASTER@",
    "netmask":"255.255.255.0",
    "logging":
    {
        "level":"info",
        "console":"true",
        "file":
        {
            "enable":"true",
            "path":"/var/log/vsomeip.log"
        },
        "dlt":"true"
    },
    "applications":
    [
        {
            "name":"big_payload_test_client",
            "id":"0x1343",
            "max_dispatch_time" : "5000"
        }
    ],
    "buffer-shrink-threshold" : "2",
    "routing":"big_payload_test_client",
    "service-discovery":
    {
        "enable":"true",
        "multicast":"224.244.224.245",
        "port":"30490",
        "protocol":"udp"
    }
}