aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-04-14 16:48:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-04-14 16:48:37 +0000
commit3c2d8c16ca76ac45db471f3c66bc24257b849dd5 (patch)
tree5aa7eb3d2bd08b5e849cf8843c6311c875affe60 /src/include
parent57a074bce8ef0c538d1b1906c9de7482275232fb (diff)
downloadgnunet-3c2d8c16ca76ac45db471f3c66bc24257b849dd5.tar.gz
gnunet-3c2d8c16ca76ac45db471f3c66bc24257b849dd5.zip
many changes...improvements
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index d914ba5c8..c1e6ca0ed 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -304,6 +304,11 @@ extern "C"
304#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 60 304#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 60
305 305
306/** 306/**
307 * Message to force transport to update bandwidth assignment
308 */
309#define GNUNET_MESSAGE_TYPE_TRANSPORT_ATS 61
310
311/**
307 * Initial setup message from core client to core. 312 * Initial setup message from core client to core.
308 */ 313 */
309#define GNUNET_MESSAGE_TYPE_CORE_INIT 64 314#define GNUNET_MESSAGE_TYPE_CORE_INIT 64