aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-11 06:08:39 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-11 06:09:00 +0200
commitf69bdc6985991ed4062ffa0bd3dc21dab5689613 (patch)
tree3e646214a2e12971cd63ffd5b29c2a1eb9f89523 /src/include/gnunet_protocols.h
parent9e1e0255ccf57f2ee0a2be9f4d49ee6308bdd738 (diff)
downloadgnunet-f69bdc6985991ed4062ffa0bd3dc21dab5689613.tar.gz
gnunet-f69bdc6985991ed4062ffa0bd3dc21dab5689613.zip
set: add 'over' message, since cadet does not reliably detect channel termination
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 8822a6302..72054913f 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1814,6 +1814,13 @@ extern "C"
1814 */ 1814 */
1815#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_FULL_ELEMENT 598 1815#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_FULL_ELEMENT 598
1816 1816
1817/**
1818 * Request all missing elements from the other peer,
1819 * based on their sets and the elements we previously sent
1820 * with #GNUNET_MESSAGE_TYPE_SET_P2P_ELEMENTS.
1821 */
1822#define GNUNET_MESSAGE_TYPE_SET_UNION_P2P_OVER 599
1823
1817 1824
1818/******************************************************************************* 1825/*******************************************************************************
1819 * TESTBED LOGGER message types 1826 * TESTBED LOGGER message types