From 86aeeca981ef8a12f4036b6c5f2cbb8837946c4a Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 27 Oct 2011 19:16:27 +0000 Subject: [PATCH] message types --- src/include/gnunet_protocols.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 @@ -225,6 +225,18 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_CONNECT 35 +/** + * Transport CONNECT_ACK message exchanged between transport services to + * indicate that a CONNECT message was accepted + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_CONNECT_ACK 350 + +/** + * Transport CONNECT_ACK message exchanged between transport services to + * indicate that a CONNECT message was accepted + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_ACK 351 + /** * Transport DISCONNECT message exchanged between transport services to * indicate that a connection should be dropped. -- 2.25.1