mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-11 16:46:42 +00:00

* [NOD-255] When orphan blocks arrive from netsync - don't write log unless we are in Debug * [NOD-255] If there are more than K*2 orphans in pool - report as a potential problem anyway * [NOD-255] Update comment to explain the K*2 figure
netsync
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/daglabs/btcd/netsync
License
Package netsync is licensed under the copyfree ISC License.