commit fd04498844f27eac74ad35e02720c6404efbdeaf parent 6e0d1b08237cba5ce900a95f231cb0164ff3606f Author: Bart Polot <bart@net.in.tum.de> Date: Tue, 1 Oct 2013 11:09:35 +0000 - update messages Diffstat:
| M | src/include/gnunet_protocols.h | | | 10 | ++++++++-- |
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h @@ -861,9 +861,10 @@ extern "C" * Announce origin is still alive. */ #define GNUNET_MESSAGE_TYPE_MESH_FWD_KEEPALIVE 270 +#define GNUNET_MESSAGE_TYPE_MESH_KEEPALIVE 270 /** - * Announce destination is still alive. + * Announce destination is still alive. DEPRECATED */ #define GNUNET_MESSAGE_TYPE_MESH_BCK_KEEPALIVE 271 @@ -890,11 +891,16 @@ extern "C" #define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK 275 /** - * Encrypted data going forward. + * Encrypted data going forward. DEPRECATED */ #define GNUNET_MESSAGE_TYPE_MESH_FWD 280 /** + * Encrypted data. (Payload, channel management, keepalive) + */ +#define GNUNET_MESSAGE_TYPE_MESH_ENCRYPTED 280 + +/** * Encrypted data going backwards. */ #define GNUNET_MESSAGE_TYPE_MESH_BCK 281