[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r16416 - gnunet/src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r16416 - gnunet/src/include |
Date: |
Sat, 6 Aug 2011 22:40:22 +0200 |
Author: grothoff
Date: 2011-08-06 22:40:22 +0200 (Sat, 06 Aug 2011)
New Revision: 16416
Modified:
gnunet/src/include/gnunet_protocols.h
Log:
new message types
Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h 2011-08-06 20:38:34 UTC (rev
16415)
+++ gnunet/src/include/gnunet_protocols.h 2011-08-06 20:40:22 UTC (rev
16416)
@@ -190,12 +190,26 @@
#define GNUNET_MESSAGE_TYPE_TRANSPORT_PONG 33
/**
- * Message for TRANSPORT asking that a connection
- * be initiated with a peer.
+ * Message for transport service from a client asking that a
+ * connection be initiated with another peer.
*/
#define GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_CONNECT 34
/**
+ * Transport CONNECT message exchanged between transport services to
+ * indicate that a session should be marked as 'connected'.
+ */
+#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_CONNECT 35
+
+/**
+ * Transport DISCONNECT message exchanged between transport services to
+ * indicate that a connection should be dropped.
+ */
+#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_DISCONNECT 36
+
+
+
+/**
* Request update and listing of a peer.
*/
#define GNUNET_MESSAGE_TYPE_PEERINFO_GET 37
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r16416 - gnunet/src/include,
gnunet <=