nim-libp2p/libp2p/protocols
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
..
pubsub Track incoming connections (#181) 2020-05-21 11:33:48 -06:00
secure Half closed (#174) 2020-05-19 18:14:15 -06:00
identify.nim Crypto utilities resultification (#150) 2020-05-18 07:25:55 +02:00
protocol.nim Fixes and tweaks related to the beacon node integration 2019-12-08 23:58:43 +02:00