You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a profile where most locators would use UDP and SHM, and specific locators would use TCP or SHM. However, if I specify UDP or TCP locators for a given reader/writer, it drops the SHM endpoints.
Here, the /news profile only uses TCP and not SHM, and the default profile only uses UDP and not SHM. If for example I remove the default reader/writer profile, it now uses TCP, UDP and SHM.
How can I restrict a given data reader/writer profile to one protocol and SHM?
I am using Fast-DDS 2.6.9 if that matters.
P.S.: This applies wherever I can specify a locator list, as for example in the defaultUnicastLocatorList
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a profile where most locators would use UDP and SHM, and specific locators would use TCP or SHM. However, if I specify UDP or TCP locators for a given reader/writer, it drops the SHM endpoints.
Here is a sample configuration:
Here, the
/news
profile only uses TCP and not SHM, and the default profile only uses UDP and not SHM. If for example I remove the default reader/writer profile, it now uses TCP, UDP and SHM.How can I restrict a given data reader/writer profile to one protocol and SHM?
I am using Fast-DDS 2.6.9 if that matters.
P.S.: This applies wherever I can specify a locator list, as for example in the defaultUnicastLocatorList
Beta Was this translation helpful? Give feedback.
All reactions