nim-libp2p icon indicating copy to clipboard operation
nim-libp2p copied to clipboard

Improve & optimize gossipsub

Open Menduist opened this issue 3 years ago • 0 comments

Epic issue to follow the various improvements for gossipsub

  • [x] Don't relay message to the peer who sent it to us (#625)
  • [x] Validate pubsub subscriptions (#627)
  • [x] Don't relay to any peer that has seen message already (#626)
  • [ ] Find a better way to do metrics
    • It's really clunky ATM. A better solution could be to give endpoint to programs to set whatever metrics they want.
  • [ ] Control message piggy-backing? Would only save bandwidth in some specific scenarios

Menduist avatar Oct 11 '21 14:10 Menduist