diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/structure.dot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/structure.dot b/doc/structure.dot index f7f0ac451c..0d99a32c69 100644 --- a/doc/structure.dot +++ b/doc/structure.dot @@ -13,9 +13,9 @@ splines = true; fs -> dht; fs -> core; fs -> datastore; - fs -> stream [style=dashed]; + fs -> stream; fs -> ats [style=dashed]; - fs -> block [stlye=dotted,color=blue]; + fs -> block [style=dotted,color=blue]; exit -> mesh; exit -> tun; vpn -> mesh; @@ -36,7 +36,7 @@ splines = true; // psycd -> mesh [style=dashed]; stream [shape=diamond]; stream -> mesh; - stream -> lockmanager [style=dashed]; + stream -> lockmanager; dht -> core; dht -> nse; dht -> block; @@ -48,7 +48,7 @@ splines = true; mesh -> core [weight=2]; mesh -> dht; mesh -> regex; - mesh -> block [stlye=dashed,color=blue]; + mesh -> block [color=blue]; mesh -> ats [style=dashed]; regex [shape=diamond]; core -> transport; |