nim-libp2p/libp2p/stream
Jacek Sieka 0db45462cd
mplex fixes (#362)
* remove almost-empty types module
* lock when writing message (that's the only place the lock matters, and
only when the message is > max msg size)
* logging updates (log in consistent order, makes reading logs easier)
* raise EOF from readExactly only if no bytes have been read (to signal
that _no_ bytes were lost)
2020-09-14 10:19:54 +02:00
..
bufferstream.nim refactor bufferstream to use a queue (#346) 2020-09-10 08:19:13 +02:00
chronosstream.nim simplify and unify logging (#353) 2020-09-06 10:31:47 +02:00
connection.nim refactor bufferstream to use a queue (#346) 2020-09-10 08:19:13 +02:00
lpstream.nim mplex fixes (#362) 2020-09-14 10:19:54 +02:00
streamseq.nim logging fixes and small cleanups (#361) 2020-09-09 19:12:08 +02:00