aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-22 16:51:36 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-22 16:51:36 +0200
commitf1834a5f1c8c2b06f5c140c4aaefe27e474d16d6 (patch)
treec87245b4da8ac4e10d177a91c6cdaf4a5f64c810 /src/include/gnunet_protocols.h
parent38300a8d3b441cc492adcd72d4a60b861eea0e95 (diff)
downloadgnunet-f1834a5f1c8c2b06f5c140c4aaefe27e474d16d6.tar.gz
gnunet-f1834a5f1c8c2b06f5c140c4aaefe27e474d16d6.zip
massive refactoring to intruce data structure
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e402460c0..27a7034b0 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2121,7 +2121,7 @@ extern "C" {
2121 2121
2122/** M<->S<->C: PSYC message which contains a header and one or more message 2122/** M<->S<->C: PSYC message which contains a header and one or more message
2123 * parts. */ 2123 * parts. */
2124#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_HEADER \ 2124#define GNUNET_MESSAGE_TYPE_PSYC_MESSAGE_HEADER \
2125 692 // FIXME: start using this where appropriate 2125 692 // FIXME: start using this where appropriate
2126 2126
2127/** Message part: method */ 2127/** Message part: method */
@@ -3108,11 +3108,6 @@ extern "C" {
3108#define GNUNET_MESSAGE_TYPE_TRANSPORT_FRAGMENT 1214 3108#define GNUNET_MESSAGE_TYPE_TRANSPORT_FRAGMENT 1214
3109 3109
3110/** 3110/**
3111 * Acknowledgement generated for a fragment.
3112 */
3113#define GNUNET_MESSAGE_TYPE_TRANSPORT_FRAGMENT_ACK 1215
3114
3115/**
3116 * Wrapper around non-fragmented CORE message used to measure RTT 3111 * Wrapper around non-fragmented CORE message used to measure RTT
3117 * and ensure reliability. 3112 * and ensure reliability.
3118 */ 3113 */