nim-libp2p-experimental/libp2p/protocols/pubsub
Tanguy 6f779c47c8
Gossipsub: don't send to peers seen during validation (#648)
* Gossipsub: don't send to peers seen during validation

* Less error prone code

* add metric

* Fix metric

* remove dangling code test

* address comments

* don't allocate memory
2021-11-14 09:08:05 +01:00
..
gossipsub Gossipsub: don't send to peers seen during validation (#648) 2021-11-14 09:08:05 +01:00
rpc Remove peer info (#610) 2021-09-08 11:07:46 +02:00
floodsub.nim Various cleanups part 1 (#632) 2021-10-25 10:26:32 +02:00
gossipsub.nim Gossipsub: don't send to peers seen during validation (#648) 2021-11-14 09:08:05 +01:00
mcache.nim fix peer score accumulation (#541) 2021-03-09 13:22:52 +01:00
peertable.nim fix peer score accumulation (#541) 2021-03-09 13:22:52 +01:00
pubsub.nim Add maxMessageSize option to pubsub (#634) 2021-10-25 12:58:38 +02:00
pubsubpeer.nim Add maxMessageSize option to pubsub (#634) 2021-10-25 12:58:38 +02:00
timedcache.nim adding raises defect across the codebase (#572) 2021-05-21 10:27:01 -06:00