mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +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
27
img/dev/en-p2p-control-messages.dot
Normal file
27
img/dev/en-p2p-control-messages.dot
Normal file
|
@ -0,0 +1,27 @@
|
|||
digraph {
|
||||
|
||||
size="6.25";
|
||||
rankdir=TB
|
||||
nodesep=0.2;
|
||||
ranksep=0.3;
|
||||
splines="false"
|
||||
|
||||
edge [ penwidth = 1.75, fontname="Sans", dir="none" ]
|
||||
node [ penwidth = 1.75, shape = "box", fontname="Sans", ]
|
||||
graph [ penwidth = 1.75, fontname="Sans" ]
|
||||
|
||||
version -> verack;
|
||||
ping -> pong;
|
||||
getaddr -> addr;
|
||||
|
||||
filterload -> filteradd;
|
||||
filterload -> filterclear;
|
||||
alert;
|
||||
sendheaders;
|
||||
|
||||
ERROR [ style = "invis" ];
|
||||
ERROR -> reject [ style = "invis" ];
|
||||
|
||||
label = " \nOverview Of P2P Protocol Control And Advisory Messages"
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue