Registry / networking / libp2p-go-libp2p-connmgr

libp2p-go-libp2p-connmgr

JSON →
library0.4.0gogounverified

Connection manager for libp2p, now deprecated and moved into go-libp2p as a sub-package.

go get github.com/libp2p/go-libp2p-connmgr
INSTALL
IMPORT
SIG · LIBP2P-GO-LIBP2P-C
L
libp2p-go-libp2p-connmgr
networkinggov0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

connmgr
github.com/libp2p/go-libp2p-connmgr

Creates a new connection manager instance.

package main import ( "fmt" "github.com/libp2p/go-libp2p-connmgr" ) func main() { cm := connmgr.NewConnManager(100, 0) fmt.Println(cm) }
Debug
Known issues
breakingThis package is deprecated and has moved to github.com/libp2p/go-libp2p/p2p/net/connmgr.
fix
Use the new import path: github.com/libp2p/go-libp2p/p2p/net/connmgr
affects: >=0.4.0
Upgrade
Version history
0.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
libp2p-go-libp2p-connmgr — go get libp2p-go-libp2p-connmgr · libregistry