From aa6d051e651fb1fc42c7f4d98023a3b6c01df6a0 Mon Sep 17 00:00:00 2001 From: xiabin Date: Fri, 9 Sep 2022 10:20:11 +0800 Subject: [PATCH] use new /libp2p/go-libp2p/core pkg (#1745) --- p2p/host/resource-manager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/host/resource-manager/README.md b/p2p/host/resource-manager/README.md index 2d2ab33503..96edd1d0cf 100644 --- a/p2p/host/resource-manager/README.md +++ b/p2p/host/resource-manager/README.md @@ -449,7 +449,7 @@ Look at `WithAllowlistedMultiaddrs` and its example in the GoDoc to learn more. ## ConnManager vs Resource Manager go-libp2p already includes a [connection -manager](https://pkg.go.dev/github.com/libp2p/go-libp2p-core/connmgr#ConnManager), +manager](https://pkg.go.dev/github.com/libp2p/go-libp2p/core/connmgr#ConnManager), so what's the difference between the `ConnManager` and the `ResourceManager`? ConnManager: