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

feat(net): initial go at IPv6 parsing #178

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

mathaou
Copy link
Contributor

@mathaou mathaou commented Jun 19, 2024

Replacing this with a similar approach outlined in the IPv4 parsing would be good for performance reasons, but given that this is a fallback in the first place maybe this approach is fine for now. If this way is a non-starter, I could take another go to try and make it cleaner / faster. Tried following contributions document and the example of the rest of the code in the codebase.

Essentially, I saw a TODO and thought this might be someplace where someone without much experience with the codebase as a whole could contribute something of relative substance.

@mathaou mathaou changed the title initial go at IPv6 parsing feat(net): initial go at IPv6 parsing Jun 19, 2024
Copy link
Contributor

@0xNineteen 0xNineteen left a comment

Choose a reason for hiding this comment

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

looks great - thanks for the pr!

@mathaou
Copy link
Contributor Author

mathaou commented Jun 21, 2024

Missed the clause on the PR that said commits must be signed. I force pushed a new one containing all the others with a proper GPG key.

@0xNineteen 0xNineteen merged commit 88d1720 into Syndica:main Jun 21, 2024
5 checks passed
@mathaou mathaou deleted the ipv6ParsingFallback branch June 22, 2024 01:58
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