Skip to content

Commit b95cc4a

Browse files
authored
Allow single listening port on TCP (#717)
* 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>
1 parent 63940f4 commit b95cc4a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/fastdds/transport/tcp/tcp.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ The following table describes the common data members for both TCPv4 and TCPv6.
133133
-
134134
- |ThreadSettings| for the threads processing incoming TCP connection requests.
135135

136+
.. warning::
137+
138+
Although the member |TCPTransportDescriptor::listening_ports-api| accepts multiple ports, only the first listening port
139+
will be effectively used. The rest of the ports will be ignored.
140+
136141
.. note::
137142

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

0 commit comments

Comments
 (0)