mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-30 17:01:29 +00:00
25 lines
938 B
Markdown
25 lines
938 B
Markdown
netsync
|
|
=======
|
|
|
|
[](https://travis-ci.org/btcsuite/btcd)
|
|
[](http://copyfree.org)
|
|
[](http://godoc.org/github.com/btcsuite/btcd/netsync)
|
|
|
|
## Overview
|
|
|
|
This package implements a concurrency safe block syncing protocol. The provided
|
|
implementation of SyncManager communicates with connected peers to perform an
|
|
initial block download, keep the chain 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
|
|
|
|
```bash
|
|
$ go get -u github.com/btcsuite/btcd/netsync
|
|
```
|
|
|
|
## License
|
|
|
|
Package netsync is licensed under the [copyfree](http://copyfree.org) ISC License.
|