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

[Fix] Limit the number of duplicate certificate and transmission requests #3088

Merged
merged 8 commits into from Feb 12, 2024

Conversation

raychu86
Copy link
Contributor

@raychu86 raychu86 commented Feb 11, 2024

Motivation

This PR reduces network overhead by reducing the number of duplicate certificate and transmission requests sent to peers. Previously these duplicate requests were unbounded, but now it is limited to the REDUNDANCY_FACTOR.

In addition, the pending request callbacks can now be expired and removed.

@raychu86 raychu86 marked this pull request as ready for review February 11, 2024 23:54
@howardwu howardwu merged commit 894a75d into mainnet Feb 12, 2024
3 of 24 checks passed
@howardwu howardwu deleted the feat/limit-requests branch February 12, 2024 01:43
@howardwu howardwu changed the title Limit the number of duplicate certificate and transmission requests [Fix] Limit the number of duplicate certificate and transmission requests Feb 16, 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.

None yet

2 participants