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

Gosispsub - Cancel of Sending messages #5751

Open
AgeManning opened this issue Dec 17, 2024 · 0 comments
Open

Gosispsub - Cancel of Sending messages #5751

AgeManning opened this issue Dec 17, 2024 · 0 comments

Comments

@AgeManning
Copy link
Contributor

Description

There is a bit of talk about the recent IDONTWANT messages not being as effective as they could be.

People are noticing IDONTWANT messages being sent, but still being sent duplicates after. This indicates that nodes are currently sending queued messages, or are in the process of sending messages.

We can check some of these data points in Lighthouse to confirm. One improvement, could be to remove from the send queue any messages that have the ID of an IDONTWANT message we receive. Perhaps we could also drop the current send item, however, this might be difficult in practice with scoring and how the other end receives a half-sent message.

Motivation

Improve network bandwidth and reduce duplicates

Current Implementation

We have no mechanism of canceling messages once they are queued.

Are you planning to do it yourself in a pull request ?

Maybe

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

No branches or pull requests

1 participant