Skip to content

Commit

Permalink
use new /libp2p/go-libp2p/core pkg (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
snyh authored Sep 9, 2022
1 parent ff60c5d commit aa6d051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/host/resource-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa6d051

Please sign in to comment.