eclipse-cyclonedds / cyclonedds

Eclipse Cyclone DDS project
https://projects.eclipse.org/projects/iot.cyclonedds
Other
798 stars 349 forks source link

Add flag to disable participant and endpoint discovery #2007

Closed dpotman closed 3 weeks ago

dpotman commented 1 month ago

The changes in this PR make it possible to disable the participant and endpoint discovery when creating a new DDS participant, by passing the DDS_PARTICIPANT_FLAGS_NO_DISCOVERY flag. Additionally, some other minor changes are included, including exporting some additional internal functions that are useful in specific applications.