nim-libp2p/libp2p/protocols/pubsub
Giovanni Petrantoni 75b023c9e5
gossipsub audit fixes (#412)
* [SEC] gossipsub - rebalanceMesh grafts peers giving preference to low scores #405

* comment score choices

* compiler warning fixes/bug fixes (unsubscribe)

* rebalanceMesh does not enforce D_out quota

* fix outbound grafting

* fight the nim compiler

* fix closure capture bs...

* another closure fix

* #403 rebalance prune fixes

* more test fixing

* #403 fixes

* #402 avoid removing scores on unsub

* #401 handleGraft improvements

* [SEC] handleIHAVE/handleIWANT recommendations

* add a note about peer exchange handling
2020-10-30 21:49:54 +09:00
..
rpc gossip MessageID as seq[byte] (#391) 2020-10-21 12:26:04 +09:00
floodsub.nim gossip MessageID as seq[byte] (#391) 2020-10-21 12:26:04 +09:00
gossipsub.nim gossipsub audit fixes (#412) 2020-10-30 21:49:54 +09:00
gossipsub10.nim fix validation according to specification (#410) 2020-10-21 12:25:42 +09:00
mcache.nim gossip MessageID as seq[byte] (#391) 2020-10-21 12:26:04 +09:00
peertable.nim
pubsub.nim gossipsub audit fixes (#412) 2020-10-30 21:49:54 +09:00
pubsubpeer.nim
timedcache.nim