py-libp2p/libp2p
Robert Zajac 82840b5e6c
Stream rearchitecture (#126)
* Add generic protocol handler

* Add generic protocol handler to stream muxing pipeline

* Modify conn_handler to only deal with connections

* mplex accept stream architecture changes

* Add create generic protocol handler

* Fix minor bugs

* who would win 4 devs or one not

* Debugging

* rearch with handle_incoming infinite loop, seems to work, needs cleanup"

* passing linting, still needs cleanup

* fixing linting again; code still needs cleanup

* fixing tests; code still needs cleanup

* adding test cleanup and task cleanup, removing prints

* linting, and cleanup complete

* storing connections based on peer id

* remove dead code

* remove unnecessary peer_id
2019-02-24 20:58:23 -05:00
..
discovery Peer Discovery Interface (#123) 2019-02-24 18:37:56 -05:00
encryption Migrate to new project structure. 2019-01-09 21:38:56 +03:00
host Migrate to new project structure. 2019-01-09 21:38:56 +03:00
kademlia Migrate to new project structure. 2019-01-09 21:38:56 +03:00
network Stream rearchitecture (#126) 2019-02-24 20:58:23 -05:00
peer Delete trailing whitespace issue, ignore previously untested folders for now. 2019-01-09 22:30:18 +03:00
protocol_muxer Stream rearchitecture (#126) 2019-02-24 20:58:23 -05:00
stream_muxer Stream rearchitecture (#126) 2019-02-24 20:58:23 -05:00
transport Stream rearchitecture (#126) 2019-02-24 20:58:23 -05:00
__init__.py Stream rearchitecture (#126) 2019-02-24 20:58:23 -05:00