nim-libp2p/tests/pubsub
Dmitriy Ryajov ba53c08b3c
Track incoming connections (#181)
* call write until all is written out

* wip: rework with proper half-closed

* add eof and closed handling

* wip

* close connection on chronos close

* don't use read

* make noise work again

* don't reraise just yet

* fixes after backporting

* remove on transport close cleanup

* revert back allread

* rust interop fixes

* read from stream

* inc count before closing

* rebasing master

* store incomming connections

* fix merge

* remove unneeded changes

* use internal close flag to indicate disposal
2020-05-21 11:33:48 -06:00
..
testfloodsub.nim Cleanup - tests and logging (#178) 2020-05-18 07:49:49 -06:00
testgossipinternal.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testgossipsub.nim Track incoming connections (#181) 2020-05-21 11:33:48 -06:00
testmcache.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
testpubsub.nim removals (#159) 2020-05-06 18:31:47 +02:00
utils.nim Add chronos trackers and used them to sanitize resource disposal (#131) 2020-04-21 10:24:42 +09:00