You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Litep2p is currently creating a new substream for handling Kademlia commands.
Reutilizing a previously used substream might be beneficial from a performance standpoint.
While at it, bound the number of substreams a peer can open to a sensible number.
We should also take into account that substreams are cheaper than connections and it might be beneficial to keep the code simple if there are no indication we are hitting a bottleneck here.
Litep2p is currently creating a new substream for handling Kademlia commands.
Reutilizing a previously used substream might be beneficial from a performance standpoint.
While at it, bound the number of substreams a peer can open to a sensible number.
A few more details wrt libp2p implementation:
The text was updated successfully, but these errors were encountered: