aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-18 10:51:16 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-18 10:51:16 +0100
commita1bd2dcc29c126023dbd1ddf83d7514859d1775b (patch)
tree9e23f546f72f800c6451a9ab717bed6fa87e2ead /src/include/gnunet_protocols.h
parent4ed4bcba53601d97793663017efcda877c3c490a (diff)
downloadgnunet-a1bd2dcc29c126023dbd1ddf83d7514859d1775b.tar.gz
gnunet-a1bd2dcc29c126023dbd1ddf83d7514859d1775b.zip
cadet message struct and type rename-fest
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index cea774932..4962a944a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2632,7 +2632,7 @@ extern "C"
2632/** 2632/**
2633 * Send origin an ACK that the connection is complete 2633 * Send origin an ACK that the connection is complete
2634 */ 2634 */
2635#define GNUNET_MESSAGE_TYPE_CADET_CONNECTION_ACK 1001 2635#define GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE_ACK 1001
2636 2636
2637/** 2637/**
2638 * Notify that a connection is no longer valid 2638 * Notify that a connection is no longer valid
@@ -2647,44 +2647,44 @@ extern "C"
2647/** 2647/**
2648 * At some point, the route will spontaneously change TODO 2648 * At some point, the route will spontaneously change TODO
2649 */ 2649 */
2650#define GNUNET_MESSAGE_TYPE_CADET_PATH_CHANGED 1004 2650#define GNUNET_MESSAGE_TYPE_CADET_CONNECTION_PATH_CHANGED_UNIMPLEMENTED 1004
2651 2651
2652/** 2652/**
2653 * Hop-by-hop, connection dependent ACK. 2653 * Hop-by-hop, connection dependent ACK.
2654 */ 2654 */
2655#define GNUNET_MESSAGE_TYPE_CADET_ACK 1005 2655#define GNUNET_MESSAGE_TYPE_CADET_ENCRYPTED_HOP_BY_HOP_ACK 1005
2656 2656
2657/** 2657/**
2658 * Poll for a hop-by-hop ACK. 2658 * Poll for a hop-by-hop ACK.
2659 */ 2659 */
2660#define GNUNET_MESSAGE_TYPE_CADET_POLL 1006 2660#define GNUNET_MESSAGE_TYPE_CADET_CONNECTION_HOP_BY_HOP_POLL 1006
2661 2661
2662/** 2662/**
2663 * Key exchange encapsulation. 2663 * Key exchange encapsulation.
2664 */ 2664 */
2665#define GNUNET_MESSAGE_TYPE_CADET_KX 1007 2665#define GNUNET_MESSAGE_TYPE_CADET_TUNNEL_KX 1007
2666 2666
2667/** 2667/**
2668 * Axolotl encrypted data. 2668 * Axolotl encrypted data.
2669 */ 2669 */
2670#define GNUNET_MESSAGE_TYPE_CADET_ENCRYPTED 1008 2670#define GNUNET_MESSAGE_TYPE_CONNECTION_ENCRYPTED 1008
2671 2671
2672/********************************** Channel *********************************/ 2672/********************************** Channel *********************************/
2673 2673
2674/** 2674/**
2675 * Payload data (inside an encrypted tunnel). 2675 * Payload data (inside an encrypted tunnel).
2676 */ 2676 */
2677#define GNUNET_MESSAGE_TYPE_CADET_DATA 1010 2677#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DATA 1010
2678 2678
2679/** 2679/**
2680 * Confirm payload data end-to-end. 2680 * Confirm payload data end-to-end.
2681 */ 2681 */
2682#define GNUNET_MESSAGE_TYPE_CADET_DATA_ACK 1011 2682#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DATA_ACK 1011
2683 2683
2684/** 2684/**
2685 * Announce connection is still alive (direction sensitive). 2685 * Announce connection is still alive (direction sensitive).
2686 */ 2686 */
2687#define GNUNET_MESSAGE_TYPE_CADET_KEEPALIVE 1012 2687#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_KEEPALIVE 1012
2688 2688
2689/** 2689/**
2690 * Ask the cadet service to create a new channel. 2690 * Ask the cadet service to create a new channel.
@@ -2699,12 +2699,12 @@ extern "C"
2699/** 2699/**
2700 * Confirm the creation of a channel 2700 * Confirm the creation of a channel
2701 */ 2701 */
2702#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_ACK 1015 2702#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_CREATE_ACK 1015
2703 2703
2704/** 2704/**
2705 * Reject the creation of a channel 2705 * Reject the creation of a channel
2706 */ 2706 */
2707#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_NACK 1016 2707#define GNUNET_MESSAGE_TYPE_CADET_CHANNEL_CREATE_NACK_DEPRECATED 1016
2708 2708
2709/*********************************** Local **********************************/ 2709/*********************************** Local **********************************/
2710 2710