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

sanitizes ContactInfo socket addresses before caching them #4189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

behzadnouri
Copy link

Problem

ContactInfo socket addresses are repeatedly sanitized on each access:
https://github.com/anza-xyz/agave/blob/3deac722d/gossip/src/contact_info.rs#L123-L142

Summary of Changes

The commit instead sanitizes socket addresses before caching them so that they will be sanitized only once.

ContactInfo socket addresses are repeatedly sanitized on each access:
https://github.com/anza-xyz/agave/blob/3deac722d/gossip/src/contact_info.rs#L123-L142

The commit instead sanitizes socket addresses before caching them so
that they will be sanitized only once.
@behzadnouri behzadnouri changed the title sanitizes socket addresses before caching them sanitizes ContactInfo socket addresses before caching them Dec 20, 2024
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.

1 participant