nim-libp2p-experimental/libp2p/protocols/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
..
rpc Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
floodsub.nim Track incoming connections (#181) 2020-05-21 11:33:48 -06:00
gossipsub.nim Track incoming connections (#181) 2020-05-21 11:33:48 -06:00
mcache.nim Cleanup (#55) 2019-12-10 14:50:35 -06:00
pubsub.nim Track incoming connections (#181) 2020-05-21 11:33:48 -06:00
pubsubpeer.nim Half closed (#174) 2020-05-19 18:14:15 -06:00
timedcache.nim Make sure the library can compile with json logging in trace mode 2020-02-04 15:17:39 +01:00