package
1.9.25
Repository: https://github.com/p9c/pod.git
Documentation: pkg.go.dev

# README

netsync

ISC License GoDoc

Overview

This package implements a concurrency safe block syncing protocol. The SyncManager communicates with connected peers to perform an initial block download, keep the chain and unconfirmed transaction pool in sync, and announce new blocks connected to the chain. Currently the sync manager selects a single sync peer that it downloads all blocks from until it is up to date with the longest chain the sync peer is aware of.

Installation and Updating

$ go get -u github.com/p9c/pod/netsync

License

Package netsync is licensed under the copyfree ISC License.

# Functions

New constructs a new SyncManager.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Config is a configuration struct used to initialize a new SyncManager.
No description provided by the author

# Interfaces

PeerNotifier exposes methods to notify peers of status changes to transactions, blocks, etc.