gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28321 - gnunet/src/mesh
Date: Thu, 25 Jul 2013 16:03:59 +0200

Author: bartpolot
Date: 2013-07-25 16:03:58 +0200 (Thu, 25 Jul 2013)
New Revision: 28321

Modified:
   gnunet/src/mesh/mesh_protocol_enc.h
Log:
- connections dont have options



Modified: gnunet/src/mesh/mesh_protocol_enc.h
===================================================================
--- gnunet/src/mesh/mesh_protocol_enc.h 2013-07-25 13:45:59 UTC (rev 28320)
+++ gnunet/src/mesh/mesh_protocol_enc.h 2013-07-25 14:03:58 UTC (rev 28321)
@@ -43,6 +43,7 @@
 
 /**
  * Message for mesh connection creation.
+ * TODO onionify path, add random tunnel ID
  */
 struct GNUNET_MESH_ConnectionCreate
 {
@@ -50,7 +51,7 @@
      * Type: GNUNET_MESSAGE_TYPE_MESH_CONNECTION_CREATE
      *
      * Size: sizeof(struct GNUNET_MESH_ManipulatePath) +
-     *       path_length * sizeof (struct GNUNET_PeerIdentity)
+     *              path_length * sizeof (struct GNUNET_PeerIdentity)
      */
   struct GNUNET_MessageHeader header;
 
@@ -60,16 +61,6 @@
   uint32_t cid GNUNET_PACKED;
 
     /**
-     * Tunnel options (GNUNET_MESH_OPTION_*).
-     */
-  uint32_t opt GNUNET_PACKED;
-
-    /**
-     * Reserved, always 0.
-     */
-  uint32_t reserved GNUNET_PACKED;
-
-    /**
      * path_length structs defining the *whole* path from the origin [0] to the
      * final destination [path_length-1].
      */




reply via email to

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