From 2fc10e668217e2b549edab6f012f7f738631175a Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 12 Mar 2010 08:43:31 +0000 Subject: [PATCH] dv message types --- src/include/gnunet_protocols.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 5a6736a95..bd67db439 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -226,6 +226,30 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_PEERINFO_NOTIFY 41 +/** + * DV service to DV Plugin message, when a message is + * unwrapped by the DV service and handed to the plugin + * for processing + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_RECEIVE 44 + +/** + * DV Plugin to DV service message, indicating a message + * should be sent out. + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_SEND 45 + +/** + * P2P DV message encapsulating some real message + */ +#define GNUNET_MESSAGE_TYPE_DV_DATA 46 + +/** + * P2P DV message gossipping peer information + */ +#define GNUNET_MESSAGE_TYPE_DV_GOSSIP 47 + + /** * UDP NAT probe message, send from NAT'd peer to * other peer to negotiate punched address/port -- 2.25.1