Registry / networking / decred-dcrd-connmgr

decred-dcrd-connmgr

JSON →
librarygogounverified

A generic Decred network connection manager for managing peer connections.

go get github.com/decred/dcrd/connmgr
INSTALL
IMPORT
SIG · DECRED-DCRD-CONNMG
D
decred-dcrd-connmgr
networkinggo
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/decred/dcrd/connmgr

Create a new connection manager with default configuration.

package main import ( "fmt" "github.com/decred/dcrd/connmgr" ) func main() { cfg := &connmgr.Config{} mgr, err := connmgr.New(cfg) if err != nil { panic(err) } fmt.Println(mgr) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
decred-dcrd-connmgr — go get decred-dcrd-connmgr · libregistry