-
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 <[email protected]> * Refs #16253. Ignoring participants from other processes when they have no locators. Signed-off-by: Miguel Company <[email protected]> * Refs #16253. Avoid announcing locators for intraprocess-only participants. Signed-off-by: Miguel Company <[email protected]> * Refs #16253. Set TTL to 0 for intraprocess-only participants. Signed-off-by: Miguel Company <[email protected]> * Refs #16253. Avoid SHM transport for intraprocess-only participants. Signed-off-by: Miguel Company <[email protected]> Signed-off-by: Miguel Company <[email protected]> (cherry picked from commit 865702b) # Conflicts: # src/cpp/rtps/builtin/discovery/participant/PDP.cpp * Fix conflicts Signed-off-by: Miguel Company <[email protected]> * Added ignore_participant_flags() to Blackbox_FastRTPS PubSubReader. (#3114) Signed-off-by: Miguel Company <[email protected]> Signed-off-by: Miguel Company <[email protected]> Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Miguel Company <[email protected]> (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