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.2; nodesep = 0.1; edge [ penwidth = 1.75, fontname="Sans" ] node [ penwidth = 1.75, shape = "box", fontname="Sans"] graph [ penwidth = 1.75, fontname="Sans" ] ibd -> getdata:f1 -> sync; ibd [ label = "IBD\nNode", shape="none" ]; sync [ label = "Sync\nNode", shape="none" ]; getdata [ shape="plaintext", label=<
GetData Message
Message Header
Start String
bf0c6bbd
Command
getdata
Size
4609
Checksum
33e41222
Payload
Number Of Objects Requested By Inventory
128
Objects Requested (Inventory Entries)
Type Unique Identifier (For Blocks, A Header Hash)
Block 434341c0ecf9a2b4...d654121dd9070000
Block bddd99ccfda39da1...ce1e57ccaf0b0000
...............126 more inventory entries...............
>]; label = "First getdata message sent from Initial Blocks Download (IBD) node" }