-
Notifications
You must be signed in to change notification settings - Fork 10
block sync
Jerick26 edited this page Nov 7, 2018
·
3 revisions
- peers to sync would send these messages
| code | name | description |
|---|---|---|
| 0x10 | LocateForkPointRequest | |
| 0x12 | LocateCheckRequest | |
| 0x14 | BlockChunkRequest |
- peers received sync request would send these messages
| code | name | description |
|---|---|---|
| 0x11 | LocateForkPointResponse | |
| 0x13 | LocateCheckResponse | |
| 0x15 | BlockChunkResponse |