nim-libp2p-experimental/libp2p/protocols/secure
Jacek Sieka f303954989
peer hooks -> events (#320)
* peer hooks -> events

* peerinfo -> peerid
* include connection direction in event
* check connection status after event
* lock connmanager lookup also when dialling peer
* clean up un-upgraded connection when upgrade fails
* await peer eventing

* remove join/lifetime future from peerinfo

Peerinfo instances are not unique per peer so the lifetime future is
misleading - it fires when a random connection is closed, not the "last"
one

* document switch values

* naming

* peerevent->conneevent
2020-08-08 08:52:20 +02:00
..
noise.nim peer hooks -> events (#320) 2020-08-08 08:52:20 +02:00
plaintext.nim Cleanup lpstream, Connection and BufferStream (#228) 2020-06-19 11:29:43 -06:00
secio.nim Dial peerid (#308) 2020-08-06 09:29:27 +02:00
secure.nim cleanups (#319) 2020-08-06 20:14:40 +02:00