nim-libp2p/libp2p/protocols/pubsub
Jacek Sieka 25bd0a18f4
small fixes (#374)
* add helper to read EOF marker after closing stream (else stream stay
alive until timeout/reset)
* don't assert on empty channel message
* don't loop when writing to chronos (no need)
2020-09-24 07:30:19 +02:00
..
rpc allow to omit peerId and seqno (#372) 2020-09-23 17:56:33 +02:00
floodsub.nim allow to omit peerId and seqno (#372) 2020-09-23 17:56:33 +02:00
gossipsub.nim allow to omit peerId and seqno (#372) 2020-09-23 17:56:33 +02:00
gossipsub10.nim allow to omit peerId and seqno (#372) 2020-09-23 17:56:33 +02:00
mcache.nim gossipsub / floodsub fixes (#348) 2020-09-04 08:10:32 +02:00
peertable.nim small cleanups & docs (#347) 2020-09-04 18:31:43 +02:00
pubsub.nim small fixes (#374) 2020-09-24 07:30:19 +02:00
pubsubpeer.nim fix gossipsub memory leak on disconnected peer (#371) 2020-09-22 09:05:53 +02:00
timedcache.nim fix poor performance in LRU cache (#360) 2020-09-09 18:28:46 +02:00