Skip to content

[ADD] apply appropriate resource limit to libp2p

Heimdall requested to merge testlibp2p into master

Recently when we upgrade libp2p library , it break TSS , because it get hit a a protocol peer limitation. As a result of that , communication get blocked. Probably it is because of the new version apply resource limitation more strictly.

When I test it locally , and hook up a custom metric reporter into the resource manager, I can see the protocol level communication get throttled.

Edited by Heimdall

Merge request reports