Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support IPv6 endpoint #707

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Support IPv6 endpoint #707

wants to merge 5 commits into from

Conversation

sbera87
Copy link

@sbera87 sbera87 commented Feb 4, 2025

Issue #, if available:
aws/aws-sdk-cpp#3244
Description of changes:
Create cpp bindings

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@DmitriyMusatkin DmitriyMusatkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix and ship

@@ -0,0 +1,17 @@
#pragma once
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably want to put it into DnsUtils.h similar to existign StringUtils

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, will change the filename

{
namespace Crt
{
namespace dns
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All crt namespaces start with upper case

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, will change

source/dns.cpp Outdated

} // namespace dns
} // namespace Crt
} // namespace Aws
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: new line at the end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants