aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_protocol.h')
-rw-r--r--src/mesh/mesh_protocol.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h
index 180ba453f..b6c7f1b24 100644
--- a/src/mesh/mesh_protocol.h
+++ b/src/mesh/mesh_protocol.h
@@ -81,6 +81,16 @@ struct GNUNET_MESH_Multicast
81 uint32_t tid GNUNET_PACKED; 81 uint32_t tid GNUNET_PACKED;
82 82
83 /** 83 /**
84 * Number of hops to live
85 */
86 uint32_t ttl GNUNET_PACKED;
87
88 /**
89 * Unique ID of the packet
90 */
91 uint32_t mid GNUNET_PACKED;
92
93 /**
84 * OID of the tunnel 94 * OID of the tunnel
85 */ 95 */
86 struct GNUNET_PeerIdentity oid; 96 struct GNUNET_PeerIdentity oid;