missing tcp data type
authorNathan S. Evans <evans@in.tum.de>
Thu, 21 Jan 2010 10:36:39 +0000 (10:36 +0000)
committerNathan S. Evans <evans@in.tum.de>
Thu, 21 Jan 2010 10:36:39 +0000 (10:36 +0000)
src/include/gnunet_protocols.h

index bb4ceb3dab868d48da1e6dce7fc5db69093a60d9..0925a1909657345ca2bfcd5cf24577d06c014a29 100644 (file)
@@ -223,6 +223,10 @@ extern "C"
  */
 #define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_WELCOME 40
 
+/**
+ * Welcome message between TCP transports.
+ */
+#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_DATA 41
 
 /**
  * Initial setup message from core client to core.