aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-15 08:49:10 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-15 08:49:10 +0000
commitd1c05be0514d7b0074a8df34b12a0acb6bae82d0 (patch)
tree154ea3eda6cc4f7ccd1aa7ac84bd4a29e180669d /src/include
parent44f07a618e64d94b03e3a1be7812a1721aa63902 (diff)
downloadgnunet-d1c05be0514d7b0074a8df34b12a0acb6bae82d0.tar.gz
gnunet-d1c05be0514d7b0074a8df34b12a0acb6bae82d0.zip
-nack support
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 9d65c66c2..0b15ae3c3 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -202,6 +202,16 @@ extern "C"
202 */ 202 */
203#define GNUNET_MESSAGE_TYPE_DV_DISCONNECT 50 203#define GNUNET_MESSAGE_TYPE_DV_DISCONNECT 50
204 204
205/**
206 * P2P DV message telling plugin that a message transmission failed (negative ACK)
207 */
208#define GNUNET_MESSAGE_TYPE_DV_SEND_NACK 51
209
210/**
211 * P2P DV message telling plugin that our distance to a peer changed
212 */
213#define GNUNET_MESSAGE_TYPE_DV_DISTANCE_CHANGED 52
214
205 215
206/******************************************************************************* 216/*******************************************************************************
207 * Transport-UDP message types 217 * Transport-UDP message types