gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30613 - gnunet/src/mesh
Date: Thu, 7 Nov 2013 19:07:23 +0100

Author: bartpolot
Date: 2013-11-07 19:07:23 +0100 (Thu, 07 Nov 2013)
New Revision: 30613

Modified:
   gnunet/src/mesh/gnunet-service-mesh_peer.c
   gnunet/src/mesh/mesh_common.c
Log:
- doc, fixes


Modified: gnunet/src/mesh/gnunet-service-mesh_peer.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_peer.c  2013-11-07 18:07:02 UTC (rev 
30612)
+++ gnunet/src/mesh/gnunet-service-mesh_peer.c  2013-11-07 18:07:23 UTC (rev 
30613)
@@ -865,6 +865,7 @@
     case GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY:
     case GNUNET_MESSAGE_TYPE_MESH_CONNECTION_BROKEN:
     case GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED:
+    case GNUNET_MESSAGE_TYPE_MESH_KX:
     case GNUNET_MESSAGE_TYPE_MESH_ACK:
     case GNUNET_MESSAGE_TYPE_MESH_POLL:
       LOG (GNUNET_ERROR_TYPE_DEBUG,

Modified: gnunet/src/mesh/mesh_common.c
===================================================================
--- gnunet/src/mesh/mesh_common.c       2013-11-07 18:07:02 UTC (rev 30612)
+++ gnunet/src/mesh/mesh_common.c       2013-11-07 18:07:23 UTC (rev 30613)
@@ -86,21 +86,26 @@
     case 260: return "GNUNET_MESSAGE_TYPE_MESH_DATA";
 
       /**
-       * Transport data back in the mesh (end->origin) FIXME
+       * Key exchange encapsulation.
        */
-    case 262: return "GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN";
+    case 262: return "GNUNET_MESSAGE_TYPE_MESH_KX";
 
       /**
-       * Send origin an ACK that UNICAST arrived FIXME
+       * New ephemeral key.
        */
-    case 263: return "GNUNET_MESSAGE_TYPE_MESH_UNICAST_ACK";
+    case 263: return "GNUNET_MESSAGE_TYPE_MESH_KX_EPHEMERAL";
 
       /**
-       * Send origin an ACK that TO_ORIGIN arrived FIXME
+       * Challenge to test peer's session key.
        */
-    case 264: return "GNUNET_MESSAGE_TYPE_MESH_TO_ORIG_ACK";
+    case 264: return "GNUNET_MESSAGE_TYPE_MESH_KX_PING";
 
       /**
+       * Answer to session key challenge.
+       */
+    case 265: return "GNUNET_MESSAGE_TYPE_MESH_KX_PONG";
+
+      /**
        * Request the destuction of a path
        */
     case 266: return "GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY";




reply via email to

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