py-libp2p/libp2p/io
mhchia 6016ea731b
BaseMsgReadWriter
- Change `BaseMsgReadWriter` to encode/decode messages with abstract
method, which can be implemented by the subclasses. This allows us to
create subclasses `FixedSizeLenMsgReadWriter` and
`VarIntLenMsgReadWriter`.
2020-02-28 15:50:01 +08:00
..
__init__.py Add "msgio" functions 2019-08-24 22:37:44 +02:00
abc.py Security: SecureSession 2020-02-28 15:49:59 +08:00
exceptions.py BaseMsgReadWriter 2020-02-28 15:50:01 +08:00
msgio.py BaseMsgReadWriter 2020-02-28 15:50:01 +08:00
trio.py Don't catch trio.BusyResourceError 2020-01-26 23:09:56 +08:00
utils.py Introduces IO abstractions apart from asyncio or those attached to IRawConnection 2019-09-03 21:59:50 -07:00