File tree Expand file tree Collapse file tree 4 files changed +26
-5
lines changed
test/performance/throughput/xml Expand file tree Collapse file tree 4 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<dds xmlns =" http://www.eprosima.com/XMLSchemas/fastRTPS_Profiles" >
3
3
<profiles >
4
- <library_settings >
4
+ <library_settings >
5
5
<intraprocess_delivery >OFF</intraprocess_delivery > <!-- OFF | USER_DATA_ONLY | FULL -->
6
6
</library_settings >
7
7
<!-- TRANSPORT -->
8
8
<transport_descriptors >
9
9
<transport_descriptor >
10
10
<transport_id >shm_transport</transport_id >
11
- <type >SHM</type >
11
+ <type >SHM</type >
12
+ </transport_descriptor >
13
+ <transport_descriptor >
14
+ <transport_id >udp_transport</transport_id >
15
+ <type >UDPv4</type >
16
+ <interfaceWhiteList >
17
+ <address >127.0.0.1</address >
18
+ </interfaceWhiteList >
12
19
</transport_descriptor >
13
20
</transport_descriptors >
14
21
18
25
<rtps >
19
26
<userTransports >
20
27
<transport_id >shm_transport</transport_id >
28
+ <transport_id >udp_transport</transport_id >
21
29
</userTransports >
22
30
<useBuiltinTransports >false</useBuiltinTransports >
23
31
<name >throughput_test_publisher</name >
29
37
<rtps >
30
38
<userTransports >
31
39
<transport_id >shm_transport</transport_id >
40
+ <transport_id >udp_transport</transport_id >
32
41
</userTransports >
33
42
<useBuiltinTransports >false</useBuiltinTransports >
34
43
<name >throughput_test_subscriber</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<dds xmlns =" http://www.eprosima.com/XMLSchemas/fastRTPS_Profiles" >
3
3
<profiles >
4
+ <library_settings >
5
+ <intraprocess_delivery >OFF</intraprocess_delivery > <!-- OFF | USER_DATA_ONLY | FULL -->
6
+ </library_settings >
4
7
<!-- TRANSPORT -->
5
8
<transport_descriptors >
6
9
<transport_descriptor >
7
10
<transport_id >shm_transport</transport_id >
8
11
<type >SHM</type >
9
- </transport_descriptor >
12
+ </transport_descriptor >
13
+ <transport_descriptor >
14
+ <transport_id >udp_transport</transport_id >
15
+ <type >UDPv4</type >
16
+ <interfaceWhiteList >
17
+ <address >127.0.0.1</address >
18
+ </interfaceWhiteList >
19
+ </transport_descriptor >
10
20
</transport_descriptors >
11
21
12
22
<!-- PARTICIPANTS -->
15
25
<rtps >
16
26
<userTransports >
17
27
<transport_id >shm_transport</transport_id >
28
+ <transport_id >udp_transport</transport_id >
18
29
</userTransports >
19
30
<useBuiltinTransports >false</useBuiltinTransports >
20
31
<name >throughput_test_publisher</name >
26
37
<rtps >
27
38
<userTransports >
28
39
<transport_id >shm_transport</transport_id >
40
+ <transport_id >udp_transport</transport_id >
29
41
</userTransports >
30
42
<useBuiltinTransports >false</useBuiltinTransports >
31
43
<name >throughput_test_subscriber</name >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<dds xmlns =" http://www.eprosima.com/XMLSchemas/fastRTPS_Profiles" >
3
3
<library_settings >
4
- <intraprocess_delivery >FULL </intraprocess_delivery >
4
+ <intraprocess_delivery >USER_DATA_ONLY </intraprocess_delivery >
5
5
</library_settings >
6
6
7
7
<profiles >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<dds xmlns =" http://www.eprosima.com/XMLSchemas/fastRTPS_Profiles" >
3
3
<library_settings >
4
- <intraprocess_delivery >FULL </intraprocess_delivery >
4
+ <intraprocess_delivery >USER_DATA_ONLY </intraprocess_delivery >
5
5
</library_settings >
6
6
7
7
<profiles >
You can’t perform that action at this time.
0 commit comments