libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
346 stars 97 forks source link

Connection layers mechanism; Websocket layer #201

Closed xDimon closed 1 year ago

xDimon commented 1 year ago

Implemented connection layers mechanism (upgrade raw connection for chain of nested protocols, i.e. tcp->tls->http->ws). Websocket layer as first implemented.