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

Staggered message sending with elimination of peers during transmission based on idontwants

Open ufarooqstatus opened this issue 1 month ago • 3 comments

  1. We use semaphores to limit simultaneous transmissions to two
  2. During message transmission, we check received idontwants to cancel unnecessary transmissions
  3. we relay to outbound peers first to minimize chances of two peers sending to each other

closes PR1093

ufarooqstatus avatar May 20 '24 15:05 ufarooqstatus