aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh2_protocol.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-05-16 11:13:22 +0000
committerBart Polot <bart@net.in.tum.de>2013-05-16 11:13:22 +0000
commit95fdfb956d324c205b6822d3b5eca25e3851b941 (patch)
tree91715b9f5494f303f4c408590b7378330178aa02 /src/mesh/mesh2_protocol.h
parent457444c91f2566d2002df0d411055d8b06c7db31 (diff)
downloadgnunet-95fdfb956d324c205b6822d3b5eca25e3851b941.tar.gz
gnunet-95fdfb956d324c205b6822d3b5eca25e3851b941.zip
- use 3-way handshake CREATE-PATH_ACK-ACK to delay traffic on new tunnels
Diffstat (limited to 'src/mesh/mesh2_protocol.h')
-rw-r--r--src/mesh/mesh2_protocol.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesh/mesh2_protocol.h b/src/mesh/mesh2_protocol.h
index b96f43efc..07c5734fd 100644
--- a/src/mesh/mesh2_protocol.h
+++ b/src/mesh/mesh2_protocol.h
@@ -247,6 +247,11 @@ struct GNUNET_MESH_PathACK
247 */ 247 */
248 struct GNUNET_PeerIdentity peer_id; 248 struct GNUNET_PeerIdentity peer_id;
249 249
250 /**
251 * Initial ACK value for payload.
252 */
253 uint32_t ack GNUNET_PACKED;
254
250 /* TODO: signature */ 255 /* TODO: signature */
251}; 256};
252 257