gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27738 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r27738 - gnunet/src/include
Date: Wed, 3 Jul 2013 19:04:35 +0200

Author: bartpolot
Date: 2013-07-03 19:04:35 +0200 (Wed, 03 Jul 2013)
New Revision: 27738

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
- update messages used by mesh

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-07-03 15:53:47 UTC (rev 
27737)
+++ gnunet/src/include/gnunet_protocols.h       2013-07-03 17:04:35 UTC (rev 
27738)
@@ -812,11 +812,6 @@
 #define GNUNET_MESSAGE_TYPE_MESH_UNICAST                260
 
 /**
- * Transport data to all peers in a tunnel
- */
-#define GNUNET_MESSAGE_TYPE_MESH_MULTICAST              261
-
-/**
  * Transport data back in the mesh (end->origin)
  */
 #define GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN              262
@@ -892,26 +887,16 @@
 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_ADD_BY_STRING 279
 
 /**
- * Ask the mesh service to add a peer to the blacklist of an existing tunnel
+ * Set tunnel to reliable.
  */
-#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_BLACKLIST   280
+#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_RELIABLE         282
 
 /**
- * Ask the mesh service to remove a peer from the blacklist of a tunnel
+ * Set tunnel to best effort.
  */
-#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_PEER_UNBLACKLIST 281
+#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_UNRELIABLE       283
 
 /**
- * Set tunnel speed to slowest peer
- */
-#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_MIN       282
-
-/**
- * Set tunnel speed to fastest peer
- */
-#define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_MAX       283
-
-/**
  * Set tunnel buffering on.
  */
 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_TUNNEL_BUFFER    284




reply via email to

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