libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
347 stars 98 forks source link

Fix Dialer #170

Closed igor-egorov closed 2 years ago

igor-egorov commented 2 years ago
  1. Make dialer open only one outgoing connection to a peer
  2. Use sync version of conn->newStream in all cases, because the fully async one is broken and to be fixed later.

Required for kagome to speed up sync and peer discovery processes.