message types
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 27 Oct 2011 19:16:27 +0000 (19:16 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 27 Oct 2011 19:16:27 +0000 (19:16 +0000)
src/include/gnunet_protocols.h

index 6d8693d5b10f6215fb8abdf8e754e66970ed86cd..3d9967c55c2a80ec238041caf6077c6f8d167e69 100644 (file)
@@ -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.