digraph { // This file is licensed under the MIT License (MIT) available on // http://opensource.org/licenses/MIT. size=6.25; rankdir=LR splines = "false"; ranksep = 0.4; nodesep = 0.1; edge [ penwidth = 1.75, fontname="Sans" ] node [ penwidth = 1.75, shape = "box", fontname="Sans"] graph [ penwidth = 1.75, fontname="Sans" ] ibd -> getblocks:f1 -> sync; ibd [ label = "IBD\nNode", shape="none" ]; sync [ label = "Sync\nNode", shape="none" ]; getblocks [ shape="plaintext", label=<
GetHeaders Message
Message Header
Start String
bf0c6bbd
Command
getheaders
Size
69
Checksum
f5fcbcad
Payload
Protocol Version
70208
Header Hash Count
1
Header Hashes (Highest-Height First)
b67a40f3cd5804...140b59fd0f0000
Stopping Hash (Zero Is "No Stop")
00000000000000...00000000000000
>]; label = "First getheaders message sent from Initial Blocks Download (IBD) node" }