-
Notifications
You must be signed in to change notification settings - Fork 770
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix communication with asymmetric ignoreParticipantFlags (#3128)
* Fix communication with asymmetric ignoreParticipantFlags (#3105) * Refs #16253. Regression test. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs #16253. Ignoring participants from other processes when they have no locators. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs #16253. Avoid announcing locators for intraprocess-only participants. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs #16253. Set TTL to 0 for intraprocess-only participants. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Refs #16253. Avoid SHM transport for intraprocess-only participants. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> (cherry picked from commit 865702b) # Conflicts: # src/cpp/rtps/builtin/discovery/participant/PDP.cpp * Fix conflicts Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> * Added ignore_participant_flags() to Blackbox_FastRTPS PubSubReader. (#3114) Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Co-authored-by: Miguel Company <miguelcompany@eprosima.com> (cherry picked from commit 6de9842) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a5a9867
commit 5e4ed10
Showing
5 changed files
with
131 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters