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

Discard messages for which gossipCount exceeds the garbage-collection limit, G parameter #9

Open
rstefan1 opened this issue Mar 11, 2019 · 0 comments
Labels
enhancement low priority New feature or request
Milestone

Comments

@rstefan1
Copy link
Owner

rstefan1 commented Mar 11, 2019

if roundNumber - msgBuffer[slot].gossipCount > G {
    discard(msgBuffer[slot])
}
@rstefan1 rstefan1 added this to the 0.1.1 milestone Mar 15, 2019
@rstefan1 rstefan1 added high priority Very important feature or request low priority New feature or request and removed high priority Very important feature or request labels Apr 9, 2019
@rstefan1 rstefan1 modified the milestones: 0.1.2, Next major Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement low priority New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant