-only notify AFTER sending is really close to finished, not before
[oweals/gnunet.git] / src / mesh / mesh_common.c
index 00a3e91734d9a554a344a53c97921073eb183658..06c9b7b84e9f2c3061b3f5b58af8a83e686ff4cb 100644 (file)
@@ -81,10 +81,15 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m)
     case 259: return "GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGED";
 
       /**
-       * Transport data in the mesh (origin->end) unicast
+       * Transport payload data.
        */
     case 260: return "GNUNET_MESSAGE_TYPE_MESH_DATA";
 
+    /**
+     * Confirm receipt of payload data.
+     */
+    case 261: return "GNUNET_MESSAGE_TYPE_MESH_DATA_ACK";
+
       /**
        * Key exchange encapsulation.
        */