You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
Motivation
Right now if n peers sending the same message that we don't have, we'll ask for the same message to these n peers
IHAVE
for a msgId, we will send NIWANT
for that msgIdDescription
Track
pendingIWant
and clear per heartbeat as referenced in https://github.com/libp2p/rust-libp2p/blob/802d00e645894d8895f2f9f665b921452d992b86/protocols/gossipsub/src/behaviour.rs#L1223The text was updated successfully, but these errors were encountered: