-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transform locators using new machine_id PID (#5382)
* Refs #22056: compute_machine_id() method Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Add PID_HOST_ID in private header Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: ParticipantProxyData Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: ReaderProxyData Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: WriterProxyData Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Disable builtin transports in DS CLI Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Add Serialization test Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Add machine_id() getter test Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Add PID_HOST_ID to ParameterTypes.hpp Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Uncrustify Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Add Host.cpp to avoid exporting Mac dependencies in .hpp Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Add Host.cpp to tests CMakeLists.txt Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Add localhost to channel_resources if local interface Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Support allowlist & rm comment Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Only disable builtin_transports when UDP server is not initialized Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Link ALL local interfaces to the same channel Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Avoid clearing same channel multiple times Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Tests CMakeLists.txt Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Apply review suggestions Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Avoid sending machine_id in Data(r/w) Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Review - readFromCDRMessage Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Review - setup_locators Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Review - Update tests Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Review - change return type Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Review - Doxydoc & minor fixes Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Review - Return buffer & udp_server_initialized fix Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Fix Tests with new Channel behavior Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Remove initial peers in Security & Refuse bind_socket in existing channel Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Review - Use map::insert and std::set in test Signed-off-by: cferreiragonz <[email protected]> * Refs #22056: Update versions.md Signed-off-by: cferreiragonz <[email protected]> --------- Signed-off-by: cferreiragonz <[email protected]>
- Loading branch information
1 parent
579ea58
commit 330add8
Showing
50 changed files
with
759 additions
and
239 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
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
Oops, something went wrong.