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.5; nodesep = 0.1; edge [ penwidth = 1.75, fontname="Sans" ] node [ penwidth = 1.75, shape = "box", fontname="Sans"] graph [ penwidth = 1.75, fontname="Sans" ] ibd -> block:f1 -> sync [dir="back"]; ibd [ label = "IBD\nNode", shape="none" ]; sync [ label = "Sync\nNode", shape="none" ]; block [ shape="plaintext", label=<
Block Message
Message Header
Start String
f9beb4d9
Command
block
Size
215
Checksum
934d270a
Payload
Serialized Block
010000006fe2...58eeac00000000
>]; label = "First block message sent to Initial Blocks Download (IBD) node" }