@@ -352,19 +352,22 @@ configurable settings.
352352+=================================+================================================+=====================+=============+
353353| ``<discoveryProtocol> `` | Indicates which discovery protocol |br | | |SIMPLE | | |SIMPLE | |
354354| | the DomainParticipant will use. |br | +---------------------+ |
355- | | See :ref: `disc_mechanisms `. If set to |br | | |CLIENT | | |
356- | | |CLIENT |, ``<discoveryServersList> `` |br | +---------------------+ |
355+ | | See :ref: `disc_mechanisms `. If not set to |br | | |CLIENT | | |
356+ | | |SIMPLE | or |NONE |, +---------------------+ |
357+ | | ``<discoveryServersList> `` |br | | | |
357358| | element would be used. | |SERVER | | |
358359| | +---------------------+ |
359360| | | |BACKUP | | |
360361| | +---------------------+ |
362+ | | | |SUPER_CLIENT | | |
363+ | | +---------------------+ |
361364| | | |NONE | | |
362365+---------------------------------+------------------------------------------------+---------------------+-------------+
363- | ``<discoveryServersList> `` | Describes servers from which it receives |br | | :ref: ` discserverlst ` | |
364- | | only the discovery information they |br | | | |
365- | | require to establish communication with |br | | | |
366- | | matching endpoints. |br | | | |
367- | | See :ref: `discovery_server ` | | |
366+ | ``<discoveryServersList> `` | Describes locators of servers from which |br | | `` <locator> `` | |
367+ | | it receives only the discovery information |br|| | |
368+ | | they require to establish communication |br | | | |
369+ | | with matching endpoints. |br | | | |
370+ | | It expects a :ref: `LocatorListType `. | | |
368371+---------------------------------+------------------------------------------------+---------------------+-------------+
369372| ``<ignoreParticipantFlags> `` | Restricts metatraffic using several |br | | :ref: `partfiltering `| |NO_FILTER| |
370373| | filtering criteria. | | |
@@ -407,63 +410,6 @@ configurable settings.
407410| | ``STATIC ``. See :ref: `discovery_static `. | | |
408411+---------------------------------+------------------------------------------------+---------------------+-------------+
409412
410-
411- .. _discserverlst :
412-
413- discoveryServersList
414- ####################
415-
416- Contains a list of ``<RemoteServer> `` (*server *) elements, which are defined by the |GuidPrefix_t-api | and their own
417- locator list which must be populated with |RemoteServerAttributes-api |.
418- The DomainParticipant set as *client * would discover the *servers * described in this section.
419-
420-
421- **Server attributes **
422-
423- The ``<RemoteServer> `` element has a mandatory attribute defined: ``prefix ``.
424-
425- .. list-table ::
426- :header-rows: 1
427- :align: left
428-
429- * - Name
430- - Description
431- - Use
432- * - ``prefix ``
433- - RTPS standard participant unique identifier, a 12-byte chain. |br |
434- This identifier allows clients to assess whether they are |br |
435- receiving messages from the right server.
436- - Mandatory
437-
438- **RemoteServer configuration **
439-
440- Each *client * (or a *server * connecting to another *server *) must keep a list of locators associated to the *servers *
441- to which it wants to link.
442- Those locator would be defined as ``metatrafficUnicastLocatorList `` or ``metatrafficMulticastLocatorList ``.
443-
444- .. list-table ::
445- :header-rows: 1
446- :align: left
447-
448- * - Name
449- - Description
450- - Values
451- * - ``<metatrafficUnicastLocatorList> ``
452- - Metatraffic Unicast Locator List.
453- - A set of ``<locator> `` members. |br | See :ref: `LocatorListType `
454- * - ``<metatrafficMulticastLocatorList> ``
455- - Metatraffic Multicast Locator List.
456- - A set of ``<locator> `` members. |br | See :ref: `LocatorListType `
457-
458- **Example **
459-
460- .. literalinclude :: /../code/XMLTester.xml
461- :language: xml
462- :start-after: <!-->CONF_DS_MAIN_SCENARIO_CLIENT<-->
463- :end-before: <!--><-->
464- :lines: 2-3,5-
465- :append: </profiles>
466-
467413.. _partfiltering :
468414
469415ignoreParticipantFlags
0 commit comments