-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refs #20508: add remaining add_logical_port calls Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Add unittests Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Add blackbox test + uncomment section (commented for testing purposes) Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Add blackbox tests + functional fixes Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Fix tests Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Add cv + fix windows tests Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508. Use lock_guard where apropiate. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #20508. Proxy is_local_port_opened. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #20508. Refactor wait_logical_port_under_negotiation. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #20508: Apply suggestions Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Fix typo Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Add wait_for_logical_port_negotiation_ms to transport descriptor Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Apply suggestions - firs message loss related Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Apply suggestions - transport descriptor related Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Reuse unused transport descriptor tcp_negotiation_timeout Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Change timeout behavior Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Uncrustify Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Fix xml parser Signed-off-by: Jesus Perez <jesusperez@eprosima.com> * Refs #20508: Undo fastcdr commit change Signed-off-by: Jesus Perez <jesusperez@eprosima.com> --------- Signed-off-by: Jesus Perez <jesusperez@eprosima.com> Signed-off-by: Miguel Company <miguelcompany@eprosima.com> Co-authored-by: Miguel Company <miguelcompany@eprosima.com> (cherry picked from commit 8103cf0) # Conflicts: # include/fastdds/rtps/transport/TCPTransportDescriptor.h # include/fastrtps/xmlparser/XMLParserCommon.h # resources/xsd/fastRTPS_profiles.xsd # src/cpp/rtps/transport/TCPChannelResource.cpp # src/cpp/rtps/transport/TCPTransportInterface.cpp # src/cpp/rtps/transport/TCPTransportInterface.h # src/cpp/rtps/xmlparser/XMLParser.cpp # src/cpp/rtps/xmlparser/XMLParserCommon.cpp # test/blackbox/api/dds-pim/PubSubReader.hpp # test/blackbox/api/dds-pim/PubSubWriter.hpp # test/blackbox/api/fastrtps_deprecated/PubSubReader.hpp # test/blackbox/api/fastrtps_deprecated/PubSubWriter.hpp # test/blackbox/common/BlackboxTestsTransportTCP.cpp # test/mock/rtps/TCPTransportDescriptor/fastrtps/transport/TCPTransportDescriptor.h # test/system/tools/xmlvalidation/XMLTesterExample_profile.xml # test/system/tools/xmlvalidation/all_profile.xml # test/unittest/transport/TCPv6Tests.cpp # test/unittest/transport/mock/MockTCPv4Transport.h # test/unittest/transport/mock/MockTCPv6Transport.h # test/unittest/xmlparser/XMLParserTests.cpp
- Loading branch information
1 parent
75d6958
commit e5d65ee
Showing
24 changed files
with
3,823 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.