Registry / networking / decred-dcrd-connmgr-v2

decred-dcrd-connmgr-v2

JSON →
librarygogounverified

A generic Decred network connection manager for managing peer connections.

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

Creates a new connection manager with default configuration.

package main import ( "github.com/decred/dcrd/connmgr/v2" ) func main() { cfg := &connmgr.Config{} mgr, err := connmgr.New(cfg) if err != nil { panic(err) } defer mgr.Stop() }
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
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
decred-dcrd-connmgr-v2 — go get decred-dcrd-connmgr-v2 · libregistry