more work on TCP communicator
[oweals/gnunet.git] / src / include / gnunet_protocols.h
index 1cd06de8d2192f437e4976e2abc917ba01b52caa..409356d7769928cc81ce4e1ac272fb072f127937 100644 (file)
@@ -3219,7 +3219,22 @@ extern "C"
 
 
 /**
- * Next available: 1450
+ * TCP communicator rekey message.
+ */
+#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_TCP_REKEY 1450
+
+/**
+ * TCP communicator payload box
+ */
+#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_TCP_BOX 1451
+
+/**
+ * TCP communicator end of stream.
+ */ 
+#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_TCP_FINISH 1452
+
+/**
+ * Next available: 1500
  */