Skip to content

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

@rstefan1

Description

@rstefan1
if roundNumber - msgBuffer[slot].gossipCount > G {
    discard(msgBuffer[slot])
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions