torproject / tor Public
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
Bug26294 rebased #1199
Closed
Closed
Bug26294 rebased #1199
Conversation
Make it take an optional node argument so that we can also have node keys as part of the intro point object.
Will be used to wipe the replaycache after a certain number of objects have been cached.
It tests the current behavior: Intro point should expire after some introductions.
We no longer want to expire the intro point after a certain number of introductions, and that's the only reason that field was used for.
We now want to wipe the replay cache after a certain number of introductions but keep the intro point intact. Also increase the size of the replay cache to fit 150k-300k introductions.
We now want to wipe the replay cache after a certain number of intros, but keep the intro point intact.
INTRO_POINT_MIN_LIFETIME_INTRODUCTIONS -> INTRO_POINT_REPLAY_CACHE_MIN_INTRODUCTIONS INTRO_POINT_MAX_LIFETIME_INTRODUCTIONS -> INTRO_POINT_REPLAY_CACHE_MAX_INTRODUCTIONS ip->introduce2_max -> ip->replay_cache_max_introduce2 This commit does not change any behavior.
Pull Request Test Coverage Report for Build 5709
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
No description provided.
The text was updated successfully, but these errors were encountered: