Skip to content

Commit

Permalink
Fix backport
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Jan 17, 2024
1 parent 41b0afa commit 6a1c6f0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cpp/rtps/network/NetworkFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,8 @@ using SendResourceList = fastdds::rtps::SendResourceList;

NetworkFactory::NetworkFactory(
const RTPSParticipantAttributes& PParam)
<<<<<<< HEAD
: maxMessageSizeBetweenTransports_(std::numeric_limits<uint32_t>::max())
, minSendBufferSize_(std::numeric_limits<uint32_t>::max())
=======
: maxMessageSizeBetweenTransports_((std::numeric_limits<uint32_t>::max)())
, minSendBufferSize_((std::numeric_limits<uint32_t>::max)())
, network_configuration_(0)
>>>>>>> 9b31bc25f (Fix max clash with Windows CI (#4248))
{
const std::string* enforce_metatraffic = nullptr;
enforce_metatraffic = PropertyPolicyHelper::find_property(PParam.properties, "fastdds.shm.enforce_metatraffic");
Expand Down

0 comments on commit 6a1c6f0

Please sign in to comment.