gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33232 - gnunet/doc


From: gnunet
Subject: [GNUnet-SVN] r33232 - gnunet/doc
Date: Sat, 10 May 2014 17:35:50 +0200

Author: grothoff
Date: 2014-05-10 17:35:50 +0200 (Sat, 10 May 2014)
New Revision: 33232

Modified:
   gnunet/doc/structure.dot
Log:
-mesh -> cadet

Modified: gnunet/doc/structure.dot
===================================================================
--- gnunet/doc/structure.dot    2014-05-10 11:36:53 UTC (rev 33231)
+++ gnunet/doc/structure.dot    2014-05-10 15:35:50 UTC (rev 33232)
@@ -14,7 +14,7 @@
   voting [shape=house];
   voting -> consensus;
   voting -> identity;
-  voting -> mesh;
+  voting -> cadet;
   voting -> secretsharing;
   secretsharing -> consensus;
 
@@ -22,19 +22,19 @@
   fs -> dht;
   fs -> core;
   fs -> datastore;
-  fs -> mesh;
+  fs -> cadet;
   fs -> ats;
   fs -> block [style=dotted,color=blue];
   fs -> identity;
   exit [shape=box];
-  exit -> mesh;
+  exit -> cadet;
   exit -> tun;
   exit -> dnsstub;
-  vpn -> mesh;
+  vpn -> cadet;
   vpn -> regex;
   vpn -> tun;
   pt [shape=house];
-  pt -> mesh;
+  pt -> cadet;
   pt -> vpn;
   pt -> dns;
   pt -> dnsparser;
@@ -68,11 +68,11 @@
   regex -> block [style=dotted,color=blue];
   block [shape=diamond];
   datacache [shape=diamond];
-  mesh -> core [weight=2];
-  mesh -> dht;
-  mesh -> block [style=dotted,color=blue];
+  cadet -> core [weight=2];
+  cadet -> dht;
+  cadet -> block [style=dotted,color=blue];
   conversation [shape=house];
-  conversation -> mesh;
+  conversation -> cadet;
   conversation -> gns;
   conversation -> identity;
   conversation -> speaker;
@@ -100,10 +100,10 @@
   dv -> core;
   dv -> set;
   consensus -> set;
-  consensus -> mesh;
+  consensus -> cadet;
   scalarproduct -> set;
-  scalarproduct -> mesh;
-  set -> mesh;
+  scalarproduct -> cadet;
+  set -> cadet;
   peerinfo -> hello;
   fragmentation [shape=diamond];
   hello [shape=diamond];
@@ -121,7 +121,7 @@
   voting [shape=house];
   voting -> consensus;
   voting -> identity;
-  voting -> mesh;
+  voting -> cadet;
   voting -> secretsharing;
   secretsharing -> consensus;
 
@@ -129,15 +129,15 @@
   fs -> dht;
   fs -> core;
   fs -> datastore;
-  fs -> mesh;
+  fs -> cadet;
   fs -> ats;
   fs -> identity;
   exit [shape=box];
-  exit -> mesh;
-  vpn -> mesh;
+  exit -> cadet;
+  vpn -> cadet;
   vpn -> regex;
   pt [shape=house];
-  pt -> mesh;
+  pt -> cadet;
   pt -> vpn;
   pt -> dns;
   dv -> ats;
@@ -156,10 +156,10 @@
   dht -> nse;
   dht -> peerinfo;
   nse -> core;
-  mesh -> core [weight=2];
-  mesh -> dht;
+  cadet -> core [weight=2];
+  cadet -> dht;
   conversation [shape=house];
-  conversation -> mesh;
+  conversation -> cadet;
   conversation -> gns;
   conversation -> identity;
   regex -> dht;
@@ -178,10 +178,10 @@
   dv -> core;
   dv -> set;
   consensus -> set;
-  consensus -> mesh;
+  consensus -> cadet;
   scalarproduct -> set;
-  scalarproduct -> mesh;
-  set -> mesh;
+  scalarproduct -> cadet;
+  set -> cadet;
 }
 
 
@@ -212,27 +212,27 @@
   reuters -> scalarproduct [style=dashed];
   reuters -> identity [style=dashed];
   scalarproduct -> set [style=dashed];
-  scalarproduct -> mesh [style=dashed];
+  scalarproduct -> cadet [style=dashed];
   messaging [style=dashed];
   messaging -> regex [style=dashed];
-  messaging -> mesh [style=dashed];
+  messaging -> cadet [style=dashed];
   messaging -> dht [style=dashed];
   reuters -> messaging [style=dashed,color=red];
   reuters -> multicast [style=dashed,color=red];
-  reuters -> mesh [style=dashed,color=red];
+  reuters -> cadet [style=dashed,color=red];
   reuters -> core [style=dashed,color=red];
 
 
 // // core roadmap:
   dht -> ats [style=dashed,color=red];
-  mesh -> ats [style=dashed,color=red];
+  cadet -> ats [style=dashed,color=red];
   vpn -> multicast [style=dashed,color=red];
   exit -> multicast [style=dashed,color=red];
   multicast [style=dashed];
-  multicast -> mesh [style=dashed];
+  multicast -> cadet [style=dashed];
 
   fs [shape=house];
   gns [shape=house];
   conversation [shape=house];
   exit [shape=box];
-}
\ No newline at end of file
+}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]