gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28300 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r28300 - gnunet/src/mesh
Date: Wed, 24 Jul 2013 15:19:13 +0200

Author: bartpolot
Date: 2013-07-24 15:19:12 +0200 (Wed, 24 Jul 2013)
New Revision: 28300

Modified:
   gnunet/src/mesh/gnunet-service-mesh-enc.c
Log:
- doc


Modified: gnunet/src/mesh/gnunet-service-mesh-enc.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh-enc.c   2013-07-24 13:14:47 UTC (rev 
28299)
+++ gnunet/src/mesh/gnunet-service-mesh-enc.c   2013-07-24 13:19:12 UTC (rev 
28300)
@@ -25,13 +25,21 @@
  *
  *  FIXME in progress:
  * - when sending in-order buffered data, wait for client ACKs
+ * - add signatures
+ * - add encryption
  *
  * TODO:
  * - relay corking down to core
  * - set ttl relative to path length
- * - add signatures
- * - add encryption
  * TODO END
+ * 
+ * Dictionary:
+ * - peer: other mesh instance. If there is direct connection it's a neighbor.
+ * - tunnel: encrypted connection to a peer, neighbor or not.
+ * - channel: connection between two clients, on the same or different peers.
+ *            have properties like reliability.
+ * - path: series of directly connected peer from one peer to another.
+ * - connection: path which is being used in a tunnel.
  */
 
 #include "platform.h"




reply via email to

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