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

Use IPv4 addresses if possible #3812

Merged
merged 1 commit into from
Mar 21, 2025
Merged

Use IPv4 addresses if possible #3812

merged 1 commit into from
Mar 21, 2025

Conversation

StephenButtolph
Copy link
Contributor

@StephenButtolph StephenButtolph commented Mar 18, 2025

Why this should be merged

Saves 12 bytes per IP!

How this works

On the receiving side of these IPs, we already handle IPv4 addresses. However for compatibility reasons, we only send IPv6 addresses currently. This is no longer required (as of Etna activation). So we can save the 12 bytes.

How this was tested

The e2e upgrade test verifies that this is backwards compatible.

Need to be documented in RELEASES.md?

@joshua-kim joshua-kim enabled auto-merge March 18, 2025 20:34
@StephenButtolph
Copy link
Contributor Author

Will merge after the v1.13.0 release cadence

@StephenButtolph StephenButtolph added this pull request to the merge queue Mar 21, 2025
Merged via the queue into master with commit 382c106 Mar 21, 2025
23 checks passed
@StephenButtolph StephenButtolph deleted the use-ipv4-addresses branch March 21, 2025 18:00
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.

3 participants