aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_common.c')
-rw-r--r--src/mesh/mesh_common.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesh/mesh_common.c b/src/mesh/mesh_common.c
index 90f2e5299..0298a4e3a 100644
--- a/src/mesh/mesh_common.c
+++ b/src/mesh/mesh_common.c
@@ -83,20 +83,20 @@ GNUNET_MESH_DEBUG_M2S (uint16_t m)
83 /** 83 /**
84 * Transport data in the mesh (origin->end) unicast 84 * Transport data in the mesh (origin->end) unicast
85 */ 85 */
86 case 260: return "GNUNET_MESSAGE_TYPE_MESH_UNICAST"; 86 case 260: return "GNUNET_MESSAGE_TYPE_MESH_DATA";
87 87
88 /** 88 /**
89 * Transport data back in the mesh (end->origin) 89 * Transport data back in the mesh (end->origin) FIXME
90 */ 90 */
91 case 262: return "GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN"; 91 case 262: return "GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN";
92 92
93 /** 93 /**
94 * Send origin an ACK that UNICAST arrived 94 * Send origin an ACK that UNICAST arrived FIXME
95 */ 95 */
96 case 263: return "GNUNET_MESSAGE_TYPE_MESH_UNICAST_ACK"; 96 case 263: return "GNUNET_MESSAGE_TYPE_MESH_UNICAST_ACK";
97 97
98 /** 98 /**
99 * Send origin an ACK that TO_ORIGIN arrived 99 * Send origin an ACK that TO_ORIGIN arrived FIXME
100 */ 100 */
101 case 264: return "GNUNET_MESSAGE_TYPE_MESH_TO_ORIG_ACK"; 101 case 264: return "GNUNET_MESSAGE_TYPE_MESH_TO_ORIG_ACK";
102 102