From: Nathan S. Evans Date: Fri, 12 Mar 2010 08:43:31 +0000 (+0000) Subject: dv message types X-Git-Tag: initial-import-from-subversion-38251~22499 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2fc10e668217e2b549edab6f012f7f738631175a;p=oweals%2Fgnunet.git dv message types --- 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