purpleprotocol / purple_prototype

Old experiment, not related to the new Purplecoin architecture. Only kept for historical reasons. Please ignore.
GNU General Public License v3.0
89 stars 6 forks source link

Network - Implement client stream handler #270

Closed octavonce closed 4 years ago

octavonce commented 4 years ago

Since using a TCP multiplexer and QUIC we have to start a stream per protocol flow. The client stream handler validates and sets up the client side of the stream for each protocol flow.