Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Change AllowMulticast to spdp #34

Merged
merged 1 commit into from
Aug 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion opensplice_cmake_module/config/ros_ospl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
<DDSI2Service name="ddsi2">
<General>
<NetworkInterfaceAddress>AUTO</NetworkInterfaceAddress>
<AllowMulticast>true</AllowMulticast>
<!-- On wireless networks, multicast traffic can severely limit effective bandwidth,
so enable it only for participant discovery.
-->
<AllowMulticast>spdp</AllowMulticast>
<EnableMulticastLoopback>true</EnableMulticastLoopback>
<CoexistWithNativeNetworking>false</CoexistWithNativeNetworking>
<FragmentSize>64000B</FragmentSize>
Expand Down