aboutsummaryrefslogtreecommitdiff
path: root/doc/structure.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/structure.dot')
-rw-r--r--doc/structure.dot7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/structure.dot b/doc/structure.dot
index 657b91a38..d297254b1 100644
--- a/doc/structure.dot
+++ b/doc/structure.dot
@@ -14,7 +14,7 @@ splines = true;
14 fs -> core; 14 fs -> core;
15 fs -> datastore; 15 fs -> datastore;
16 fs -> stream; 16 fs -> stream;
17 fs -> ats [style=dashed]; 17 fs -> ats;
18 fs -> block [style=dotted,color=blue]; 18 fs -> block [style=dotted,color=blue];
19 exit -> mesh; 19 exit -> mesh;
20 exit -> tun; 20 exit -> tun;
@@ -67,8 +67,9 @@ splines = true;
67 transport -> nat; 67 transport -> nat;
68 transport -> fragmentation; 68 transport -> fragmentation;
69 dv [style=dashed,shape=egg,layer=core]; 69 dv [style=dashed,shape=egg,layer=core];
70 dv -> transport [style=dashed,color=blue]; 70 dv -> transport [color=blue];
71 dv -> core [style=dashed]; 71 dv -> core;
72 fs -> ats;
72 dv -> consensus; 73 dv -> consensus;
73 consensus -> dv [style=invis]; // force dv below consensus 74 consensus -> dv [style=invis]; // force dv below consensus
74 consensus -> mesh; 75 consensus -> mesh;