aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-28 16:56:32 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-28 16:56:32 +0200
commit1ac69f278b6cc4ca79f81f0b4dfc2f8771c88698 (patch)
treef6806145b581ca47b6916377cddae97557977feb /src/include
parent6f0c1fd78400bbf1d6808e9266a364b063ad36a2 (diff)
downloadgnunet-1ac69f278b6cc4ca79f81f0b4dfc2f8771c88698.tar.gz
gnunet-1ac69f278b6cc4ca79f81f0b4dfc2f8771c88698.zip
adding xu transport
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index c5e45d5c1..7040f2cbf 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -252,6 +252,12 @@ extern "C"
252#define GNUNET_MESSAGE_TYPE_DV_BOX 53 252#define GNUNET_MESSAGE_TYPE_DV_BOX 53
253 253
254 254
255/**
256 * Experimental message type.
257 */
258#define GNUNET_MESSAGE_TYPE_TRANSPORT_XU_MESSAGE 55
259
260
255/******************************************************************************* 261/*******************************************************************************
256 * Transport-UDP message types 262 * Transport-UDP message types
257 ******************************************************************************/ 263 ******************************************************************************/