Skip to content

Commit

Permalink
Allow single listening port on TCP (#717)
Browse files Browse the repository at this point in the history
* Refs 20313: Add listening ports related warning

Signed-off-by: Jesus Perez <jesusperez@eprosima.com>

* Refs 20313: Remove whitespace

Signed-off-by: Jesus Perez <jesusperez@eprosima.com>

---------

Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
  • Loading branch information
jepemi committed Mar 1, 2024
1 parent 63940f4 commit b95cc4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/fastdds/transport/tcp/tcp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ The following table describes the common data members for both TCPv4 and TCPv6.
-
- |ThreadSettings| for the threads processing incoming TCP connection requests.

.. warning::

Although the member |TCPTransportDescriptor::listening_ports-api| accepts multiple ports, only the first listening port
will be effectively used. The rest of the ports will be ignored.

.. note::

If |TCPTransportDescriptor::listening_ports-api| is left empty, the participant will not be able to receive incoming
Expand Down

0 comments on commit b95cc4a

Please sign in to comment.