aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-10-27 19:16:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-10-27 19:16:27 +0000
commit86aeeca981ef8a12f4036b6c5f2cbb8837946c4a (patch)
tree49aadb3407b939f2fdf9f43c16a49907f54d16cc
parent7961bd44ccf6e76aa8d82154381030f332f7fb6d (diff)
downloadgnunet-86aeeca981ef8a12f4036b6c5f2cbb8837946c4a.tar.gz
gnunet-86aeeca981ef8a12f4036b6c5f2cbb8837946c4a.zip
message types
-rw-r--r--src/include/gnunet_protocols.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 6d8693d5b..3d9967c55 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -226,6 +226,18 @@ extern "C"
226#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_CONNECT 35 226#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_CONNECT 35
227 227
228/** 228/**
229 * Transport CONNECT_ACK message exchanged between transport services to
230 * indicate that a CONNECT message was accepted
231 */
232#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_CONNECT_ACK 350
233
234/**
235 * Transport CONNECT_ACK message exchanged between transport services to
236 * indicate that a CONNECT message was accepted
237 */
238#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_ACK 351
239
240/**
229 * Transport DISCONNECT message exchanged between transport services to 241 * Transport DISCONNECT message exchanged between transport services to
230 * indicate that a connection should be dropped. 242 * indicate that a connection should be dropped.
231 */ 243 */