Browse Source

use new /libp2p/go-libp2p/core pkg (#1745)

pull/1746/head
xiabin 2 years ago
committed by GitHub
parent
commit
aa6d051e65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      p2p/host/resource-manager/README.md

2
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:

Loading…
Cancel
Save