Skip to content

Commit 35bbae8

Browse files
Apply suggestion
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
1 parent 060e28a commit 35bbae8

6 files changed

Lines changed: 6 additions & 12 deletions

File tree

docs/rst/appendixes/glossary.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ Glossary
3434
TCP
3535
**Transmission Control Protocol**
3636

37-
TURN
38-
**Traversal Using Relays around NAT**
39-
A TURN server is a network element that supports a common point of redirection of messages.
40-
It redirect messages between N nodes connected to it.
41-
This is a very common technique in order to traverse a NAT or an unreachable network.
42-
4337
UDP
4438
**User Datagram Protocol**
4539

docs/rst/examples/repeater_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Repeater Example
77
################
88

9-
A |ddsrouter| could work as a :term:`TURN` **Repeater** to forward messages by the same Participant.
9+
A |ddsrouter| could work as a **Repeater** to forward messages by the same Participant.
1010
If you are interested in understanding the use case of a Repeater please refer to the following
1111
section :ref:`use_case_repeater`.
1212

docs/rst/notes/previous_versions/v1.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This release includes the following **major features**:
1010

1111
This release includes the following **features**:
1212

13-
* New :ref:`Repeater behaviour <use_case_repeater>`, a new configuration to create :term:`TURN` servers.
13+
* New :ref:`Repeater behaviour <use_case_repeater>`, a new configuration to create Repeater servers.
1414
* Add RPC support (compatibility with *ROS 2* services).
1515
* Timeout argument ``--timeout`` to close the application after the time set has passed.
1616
Check section :ref:`user_manual_user_interface_timeout_argument` for more information.

docs/rst/use_cases/repeater.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
Repeater DDS Router
77
###################
88

9-
A |ddsrouter| could work as a :term:`TURN` **Repeater**.
9+
A |ddsrouter| could work as a **Repeater** Server.
1010
This means that a |ddsrouter| can be used to repeat messages between networks.
1111

1212
Use case
1313
========
1414

15-
The use of a :term:`TURN` Server is very useful in the following scenarios:
15+
The use of a Repeater Server is very useful in the following scenarios:
1616

1717
- **NAT Traversal**: If the edge devices are under different NATs, they cannot access each other if no
1818
ports are opened in their respective internet access points.

docs/rst/user_manual/participants/wan.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ be located by other remote Participants):
5252
Repeater
5353
--------
5454

55-
This Participant allows a tag ``repeater`` to be used as a :term:`TURN` server.
55+
This Participant allows a tag ``repeater`` to be used as a Repeater server.
5656
Please refer to section :ref:`use_case_repeater` for more information.
5757

5858
WAN Configuration

docs/rst/user_manual/participants/xml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Notice that not setting such QoS will not affect the correct functionality of th
7777
Repeater
7878
--------
7979

80-
This Participant allows a tag ``repeater`` to be used as a :term:`TURN` server.
80+
This Participant allows a tag ``repeater`` to be used as a Repeater server.
8181
Please refer to section :ref:`use_case_repeater` for more information.
8282

8383
Configuration Example

0 commit comments

Comments
 (0)