nim-libp2p-experimental/tests/pubsub
Dmitriy Ryajov 7a95f1844b
Concurrent dials (#238)
* count published messages

* don't call `switch.dial` in `subscribeToPeer`

* add secureconn constructor

* close in the correct order

* concurent dial lock and track in/out conns better

* make tests pass

* add todo comment

* disconect peers that open too many connections

* wip

* do connection and muxer tracking in one place

* prevent nil pointer in observers

* drop connections when peers is over max

* prevent channel leaks

* don't use closure to handle channel
2020-06-24 09:08:44 -06:00
..
testfloodsub.nim Noise and eth2/nbc fixes (#226) 2020-06-20 19:56:55 +09:00
testgossipinternal.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
testgossipsub.nim Concurrent dials (#238) 2020-06-24 09:08:44 -06:00
testmcache.nim remove casts from (#203) 2020-06-02 20:21:11 -06:00
testmessage.nim Gossipsub interop (#189) 2020-05-27 12:33:49 -06:00
testpubsub.nim Gossipsub interop (#189) 2020-05-27 12:33:49 -06:00
utils.nim add sparse message propagation tests to gossipsub (#202) 2020-06-02 17:53:38 -06:00