gnunet_protocols.h | gnunet_protocols.h | |||
---|---|---|---|---|
skipping to change at line 90 | skipping to change at line 90 | |||
/** | /** | |||
* Request ARM service itself to shutdown. | * Request ARM service itself to shutdown. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_ARM_SHUTDOWN 10 | #define GNUNET_MESSAGE_TYPE_ARM_SHUTDOWN 10 | |||
/** | /** | |||
* Response from ARM. | * Response from ARM. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_ARM_RESULT 11 | #define GNUNET_MESSAGE_TYPE_ARM_RESULT 11 | |||
/** | ||||
* Request to ARM to list all currently running services | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_ARM_LIST 12 | ||||
/** | ||||
* Response from ARM for listing currently running services | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_ARM_LIST_RESULT 13 | ||||
/************************************************************************** ***** | /************************************************************************** ***** | |||
* HELLO message types | * HELLO message types | |||
************************************************************************** ****/ | ************************************************************************** ****/ | |||
/** | /** | |||
* HELLO message used for communicating peer addresses. | * HELLO message used for communicating peer addresses. | |||
* Managed by libgnunethello. | * Managed by libgnunethello. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_HELLO 16 | #define GNUNET_MESSAGE_TYPE_HELLO 16 | |||
skipping to change at line 121 | skipping to change at line 131 | |||
* Acknowledgement of a FRAGMENT of a larger message. | * Acknowledgement of a FRAGMENT of a larger message. | |||
* Managed by libgnunetfragment. | * Managed by libgnunetfragment. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_FRAGMENT_ACK 19 | #define GNUNET_MESSAGE_TYPE_FRAGMENT_ACK 19 | |||
/************************************************************************** ***** | /************************************************************************** ***** | |||
* Transport-WLAN message types | * Transport-WLAN message types | |||
************************************************************************** ****/ | ************************************************************************** ****/ | |||
/** | /** | |||
* Type of messages between the gnunet-wlan-helper and the daemon | * Type of data messages from the plugin to the gnunet-wlan-helper | |||
* | ||||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_WLAN_HELPER_DATA 40 | #define GNUNET_MESSAGE_TYPE_WLAN_DATA_TO_HELPER 39 | |||
/** | /** | |||
* Control messages between the gnunet-wlan-helper and the daemon | * Type of data messages from the gnunet-wlan-helper to the plugin | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_WLAN_DATA_FROM_HELPER 40 | ||||
/** | ||||
* Control message between the gnunet-wlan-helper and the daemon (with the | ||||
MAC). | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_WLAN_HELPER_CONTROL 41 | #define GNUNET_MESSAGE_TYPE_WLAN_HELPER_CONTROL 41 | |||
/** | /** | |||
* Type of messages for advertisement over wlan | * Type of messages for advertisement over wlan | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_WLAN_ADVERTISEMENT 42 | #define GNUNET_MESSAGE_TYPE_WLAN_ADVERTISEMENT 42 | |||
/** | /** | |||
* Type of messages for data over the wlan | * Type of messages for data over the wlan | |||
*/ | */ | |||
skipping to change at line 244 | skipping to change at line 257 | |||
* Initial setup message from core client to core. | * Initial setup message from core client to core. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_CORE_INIT 64 | #define GNUNET_MESSAGE_TYPE_CORE_INIT 64 | |||
/** | /** | |||
* Response from core to core client to INIT message. | * Response from core to core client to INIT message. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY 65 | #define GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY 65 | |||
/** | /** | |||
* Notify clients about new peer-to-peer connections (before | ||||
* key exchange and authentication). | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_PRE_CONNECT 66 | ||||
/** | ||||
* Notify clients about new peer-to-peer connections (triggered | * Notify clients about new peer-to-peer connections (triggered | |||
* after key exchange). | * after key exchange). | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_CONNECT 67 | #define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_CONNECT 67 | |||
/** | /** | |||
* Notify clients about peer disconnecting. | * Notify clients about peer disconnecting. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_DISCONNECT 68 | #define GNUNET_MESSAGE_TYPE_CORE_NOTIFY_DISCONNECT 68 | |||
skipping to change at line 516 | skipping to change at line 523 | |||
* Peer tries to find data in DHT. | * Peer tries to find data in DHT. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_DHT_P2P_GET 147 | #define GNUNET_MESSAGE_TYPE_DHT_P2P_GET 147 | |||
/** | /** | |||
* Data is returned to peer from DHT. | * Data is returned to peer from DHT. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_DHT_P2P_RESULT 148 | #define GNUNET_MESSAGE_TYPE_DHT_P2P_RESULT 148 | |||
/** | /** | |||
* Request / receive information about transiting GETs | * Receive information about transiting GETs | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET 149 | #define GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET 149 | |||
/** | /** | |||
* Request / receive information about transiting GET responses | * Receive information about transiting GET responses | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET_RESP 150 | #define GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET_RESP 150 | |||
/** | /** | |||
* Request / receive information about transiting PUTs | * Receive information about transiting PUTs | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_DHT_MONITOR_PUT 151 | #define GNUNET_MESSAGE_TYPE_DHT_MONITOR_PUT 151 | |||
/** | /** | |||
* Request / receive information about transiting PUT responses (TODO) | * Receive information about transiting PUT responses (TODO) | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_DHT_MONITOR_PUT_RESP 152 | #define GNUNET_MESSAGE_TYPE_DHT_MONITOR_PUT_RESP 152 | |||
/** | ||||
* Request information about transiting messages | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_DHT_MONITOR_START 153 | ||||
/** | ||||
* Stop information about transiting messages | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_DHT_MONITOR_STOP 154 | ||||
/** | ||||
* Acknowledge receiving PUT request | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_DHT_CLIENT_PUT_OK 155 | ||||
/************************************************************************** ***** | /************************************************************************** ***** | |||
* HOSTLIST message types | * HOSTLIST message types | |||
************************************************************************** ****/ | ************************************************************************** ****/ | |||
/** | /** | |||
* Hostlist advertisement message | * Hostlist advertisement message | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT 160 | #define GNUNET_MESSAGE_TYPE_HOSTLIST_ADVERTISEMENT 160 | |||
/************************************************************************** ***** | /************************************************************************** ***** | |||
skipping to change at line 994 | skipping to change at line 1016 | |||
* to confirm that a session ID was destroyed. | * to confirm that a session ID was destroyed. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE 350 | #define GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE 350 | |||
/** | /** | |||
* Type of the 'struct AddressUseMessage' sent by ATS to client | * Type of the 'struct AddressUseMessage' sent by ATS to client | |||
* to confirm that an address is used or not used anymore | * to confirm that an address is used or not used anymore | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_ATS_ADDRESS_IN_USE 351 | #define GNUNET_MESSAGE_TYPE_ATS_ADDRESS_IN_USE 351 | |||
/** | ||||
* Type of the 'struct AddressUseMessage' sent by ATS to client | ||||
* to confirm that an address is used or not used anymore | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_ATS_RESET_BACKOFF 352 | ||||
/************************************************************************** ***** | /************************************************************************** ***** | |||
* TRANSPORT message types | * TRANSPORT message types | |||
************************************************************************** ****/ | ************************************************************************** ****/ | |||
/** | /** | |||
* Message from the core saying that the transport | * Message from the core saying that the transport | |||
* server should start giving it messages. This | * server should start giving it messages. This | |||
* should automatically trigger the transmission of | * should automatically trigger the transmission of | |||
* a HELLO message. | * a HELLO message. | |||
*/ | */ | |||
skipping to change at line 1243 | skipping to change at line 1271 | |||
/************************************************************************** ***** | /************************************************************************** ***** | |||
* NAMESTORE message types | * NAMESTORE message types | |||
************************************************************************** ****/ | ************************************************************************** ****/ | |||
/** | /** | |||
* Request update and listing of a peer. | * Request update and listing of a peer. | |||
*/ | */ | |||
#define GNUNET_MESSAGE_TYPE_NAMESTORE_START 430 | #define GNUNET_MESSAGE_TYPE_NAMESTORE_START 430 | |||
/************************************************************************** | ||||
***** | ||||
* LOCKMANAGER message types | ||||
************************************************************************** | ||||
****/ | ||||
/** | ||||
* Message to acquire Lock | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_LOCKMANAGER_ACQUIRE 440 | ||||
/** | ||||
* Message to release lock | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_LOCKMANAGER_RELEASE 441 | ||||
/** | ||||
* SUCESS reply from lockmanager | ||||
*/ | ||||
#define GNUNET_MESSAGE_TYPE_LOCKMANAGER_SUCCESS 442 | ||||
/** | /** | |||
* Next available: 440 | * Next available: 450 | |||
*/ | */ | |||
/************************************************************************** ***** | /************************************************************************** ***** | |||
* TODO: we need a way to register message types centrally (via some webpag e). | * TODO: we need a way to register message types centrally (via some webpag e). | |||
* For now: unofficial extensions should start at 48k, internal extensions | * For now: unofficial extensions should start at 48k, internal extensions | |||
* define here should leave some room (4-10 additional messages to the prev ious | * define here should leave some room (4-10 additional messages to the prev ious | |||
* extension). | * extension). | |||
************************************************************************** ****/ | ************************************************************************** ****/ | |||
/** | /** | |||
End of changes. 15 change blocks. | ||||
15 lines changed or deleted | 65 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |