gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32095 - gnunet/src/mesh
Date: Thu, 30 Jan 2014 03:54:09 +0100

Author: bartpolot
Date: 2014-01-30 03:54:09 +0100 (Thu, 30 Jan 2014)
New Revision: 32095

Modified:
   gnunet/src/mesh/mesh_protocol.h
Log:
- doc


Modified: gnunet/src/mesh/mesh_protocol.h
===================================================================
--- gnunet/src/mesh/mesh_protocol.h     2014-01-30 02:53:53 UTC (rev 32094)
+++ gnunet/src/mesh/mesh_protocol.h     2014-01-30 02:54:09 UTC (rev 32095)
@@ -49,15 +49,14 @@
 
 /**
  * Message for mesh connection creation.
- * TODO onionify path, add random tunnel ID
  */
 struct GNUNET_MESH_ConnectionCreate
 {
     /**
      * Type: GNUNET_MESSAGE_TYPE_MESH_CONNECTION_CREATE
      *
-     * Size: sizeof(struct GNUNET_MESH_ManipulatePath) +
-     *              path_length * sizeof (struct GNUNET_PeerIdentity)
+     * Size: sizeof (struct GNUNET_MESH_ConnectionCreate) +
+     *       path_length * sizeof (struct GNUNET_PeerIdentity)
      */
   struct GNUNET_MessageHeader header;
 




reply via email to

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