Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Do not force 510 locators compatibility mode (#406)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno authored Apr 7, 2020
1 parent 1b26f31 commit 5259635
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions rmw_connext_shared_cpp/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,6 @@ create_node(
RMW_SET_ERROR_MSG("failed to add qos property");
return NULL;
}
status = DDS::PropertyQosPolicyHelper::add_property(
participant_qos.property,
"dds.transport.use_510_compatible_locator_kinds",
"1",
DDS::BOOLEAN_FALSE);
if (status != DDS::RETCODE_OK) {
RMW_SET_ERROR_MSG("failed to add qos property");
return NULL;
}

// Disable TypeCode since it increases discovery message size and is replaced by TypeObject
// https://community.rti.com/kb/types-matching
Expand Down

0 comments on commit 5259635

Please sign in to comment.