[15482] UDPv6 support for fast-discovery-server tool and ROS_DISCOVERY_SERVER#2948
Merged
MiguelCompany merged 15 commits intomasterfrom Sep 22, 2022
Merged
[15482] UDPv6 support for fast-discovery-server tool and ROS_DISCOVERY_SERVER#2948MiguelCompany merged 15 commits intomasterfrom
MiguelCompany merged 15 commits intomasterfrom
Conversation
added 10 commits
September 10, 2022 16:43
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
…e environment variable Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
…ser.h Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
dfa8035 to
23aba1e
Compare
added 2 commits
September 10, 2022 16:57
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
23aba1e to
ffddee6
Compare
Contributor
Author
|
@richiprosima Please test this for me 🤯 |
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Contributor
Author
|
@richiprosima Please test this for me 🤯 |
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Contributor
Author
|
@richiprosima Please, I'm iterating, test linux 🙄 |
jsan-rt
suggested changes
Sep 19, 2022
| void set_environment_variable() | ||
| { | ||
| std::string environment_servers = "84.22.253.128:8888;;localhost:1234"; | ||
| std::string environment_servers = "84.22.253.128:8888;;UDPv4:[localhost]:1234;[2a02:ec80:600:ed1a::3]:8783"; |
Contributor
There was a problem hiding this comment.
I would add a check that showed that using a single DNS entry both an IPv4 locator and an IPv6 locator are added, along with the required UDPv6 transport.
Contributor
Author
There was a problem hiding this comment.
And here it is: ParticipantTests.SimpleParticipantRemoteServerListConfigurationDNS
Signed-off-by: Miguel Barro <miguelbarro@eprosima.com>
Contributor
Author
|
@richiprosima Please test this for me 🤯 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
ROS_DISCOVERY_SERVER
fast-discovery-server
Testing has been updated to take into account IPv6 addresses.
Documentation eProsima/Fast-DDS-docs#401
Contributor Checklist
versions.mdfile (if applicable).Reviewer Checklist