mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Deploy thephez/dash-docs to github.com/thephez/dash-docs.git:gh-pages
This commit is contained in:
commit
391f4f5496
1080 changed files with 220436 additions and 0 deletions
36
img/dev/en-p2p-data-messages.dot
Normal file
36
img/dev/en-p2p-data-messages.dot
Normal file
|
@ -0,0 +1,36 @@
|
|||
digraph {
|
||||
|
||||
size="6.25";
|
||||
rankdir=LR
|
||||
nodesep=0.05;
|
||||
ranksep=0.1;
|
||||
splines="false"
|
||||
|
||||
edge [ penwidth = 1.75, fontname="Sans", dir="none" ]
|
||||
node [ penwidth = 1.75, shape = "box", fontname="Sans", ]
|
||||
graph [ penwidth = 1.75, fontname="Sans" ]
|
||||
|
||||
getblocks -> inv;
|
||||
mempool -> inv;
|
||||
|
||||
inv -> getdata;
|
||||
|
||||
getdata -> tx;
|
||||
getdata -> block;
|
||||
getdata -> merkleblock;
|
||||
getdata -> notfound;
|
||||
|
||||
getheaders -> headers [ minlen = 3 ];
|
||||
|
||||
{
|
||||
node [ shape = "none" ];
|
||||
label1 [ label = "Request For Help\nGetting Up To Date" ];
|
||||
label2 [ label = "Reply With\nInventory" ];
|
||||
label3 [ label = "Request For Specific Data" ];
|
||||
label4 [ label = "Reply With\nRequested Data" ];
|
||||
|
||||
label1 -> label2 -> label3 -> label4 [style = "invis" ];
|
||||
}
|
||||
|
||||
label = "Overview Of P2P Protocol Data Request And Reply Messages"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue