py-libp2p/libp2p/network/connection
mhchia 3a91f114ab
Swarm: add default_stream_handler
Advantage:
- To avoid `None` checks
- If users forget to register a stream handler for `Swarm`,
with the default stream handler, opened streams aren't removed
until `Swarm` finishes.
2020-02-04 17:05:53 +08:00
..
__init__.py Migrate to new project structure. 2019-01-09 21:38:56 +03:00
exceptions.py Add RawConnError 2019-09-16 18:35:48 +08:00
net_connection_interface.py Make Mplex and SwarmConn not Service 2020-01-07 21:50:03 +08:00
raw_connection_interface.py Merge pull request #331 from dmuhs/fix/docs-format 2019-10-28 09:39:52 -06:00
raw_connection.py Use raise from to reserve stacktrace 2020-01-26 23:54:29 +08:00
swarm_connection.py Swarm: add default_stream_handler 2020-02-04 17:05:53 +08:00