-
-
Notifications
You must be signed in to change notification settings - Fork 37
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 IP modes in connector and resolver #331
Comments
These wrapper types are then to be used in the core tcp connector code, as to make sure we respect these desires when establishing a tcp connection. |
@GlenDC I would like to work on this. let me know what I need to do to start contributing. |
Hi @AnkurRathore , welcome and nice to meet you. It's all yours for now. I can give you the high level steps that I would undertake if i would do it myself, but feel free to diviate where you see fit at your own best judgement:
enum DnsResolveIpMode
dual (default)
singleIpV4
singleIpV6
dualPreferIpv4
enum ConnectIpMode
dual (default)
ipv4
ipv6 I do not know how good your rust or network knowledge is. So in case something is not clear now, or at any point, do feel free to ask. I'm here to mentor where you see fit. Also feel free to open a PR even if not yet "finished", in case you are stuck, want guidance or have questions of any other kind. I'm here. I do not always respond immediately, but I do promise I'll always get back to you eventually. |
@GlenDC Thanks for including me. I have some experience in developing Software defined networking applications using Python. I have a basic knowledge about Rust and thought by improving that by getting involved in open source projects. I will be going through the Rama book and the source code to gain a better understanding. Will surely get back to you when stuck. |
Closed mostly in #348 by @AnkurRathore . |
enum IpMode
Then wrapper types can be made:
The text was updated successfully, but these errors were encountered: