erlang-libp2p
erlang-libp2p copied to clipboard
Add ability to limit the concurrent number of stream handlers.
I'd be nice to be able to define a maximum number of a particular kind of handler. Some handlers might require an expensive operation, or require expensive negotiation/authentication to establish and it'd be nice if there was a built in way to avoid them starting up if the maximum is reached.