Skip to content

Commit

Permalink
Remove SHM locator from metatrafficUnicastLocList in LARGE_DATA (#4176)
Browse files Browse the repository at this point in the history
Signed-off-by: cferreiragonz <carlosferreira@eprosima.com>
  • Loading branch information
cferreiragonz authored Dec 19, 2023
1 parent ec63ecf commit 1e498af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cpp/rtps/attributes/RTPSParticipantAttributes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ static void setup_transports_large_data(
att.userTransports.push_back(shm_transport);

auto shm_loc = fastdds::rtps::SHMLocator::create_locator(0, fastdds::rtps::SHMLocator::Type::UNICAST);
att.builtin.metatrafficUnicastLocatorList.push_back(shm_loc);
att.defaultUnicastLocatorList.push_back(shm_loc);

auto tcp_transport = create_tcpv4_transport(att);
Expand Down Expand Up @@ -240,7 +239,6 @@ static void setup_transports_large_datav6(
att.userTransports.push_back(shm_transport);

auto shm_loc = fastdds::rtps::SHMLocator::create_locator(0, fastdds::rtps::SHMLocator::Type::UNICAST);
att.builtin.metatrafficUnicastLocatorList.push_back(shm_loc);
att.defaultUnicastLocatorList.push_back(shm_loc);

auto tcp_transport = create_tcpv6_transport(att);
Expand Down

0 comments on commit 1e498af

Please sign in to comment.