aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2015-09-27 21:04:34 +0000
committerGabor X Toth <*@tg-x.net>2015-09-27 21:04:34 +0000
commitcab1b047ddcac497e14515fc11f097c4aac8ee27 (patch)
tree7f4e14a8c77d76bef07cb4bbf6b94adcce44d53c /src/include/gnunet_protocols.h
parent51f530b98232f7a9947f29008d161ed0d8e23af4 (diff)
downloadgnunet-cab1b047ddcac497e14515fc11f097c4aac8ee27.tar.gz
gnunet-cab1b047ddcac497e14515fc11f097c4aac8ee27.zip
multicast/psyc/social: message acks & scheduling
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 052bd5d03..a06c8ad67 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2439,19 +2439,24 @@ extern "C"
2439#define GNUNET_MESSAGE_TYPE_MULTICAST_REQUEST 758 2439#define GNUNET_MESSAGE_TYPE_MULTICAST_REQUEST 758
2440 2440
2441/** 2441/**
2442 * C->S: Acknowledgement of a message or request fragment for the client.
2443 */
2444#define GNUNET_MESSAGE_TYPE_MULTICAST_FRAGMENT_ACK 759
2445
2446/**
2442 * C<->S<->T: Replay request from a group member to another member. 2447 * C<->S<->T: Replay request from a group member to another member.
2443 */ 2448 */
2444#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST 759 2449#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_REQUEST 760
2445 2450
2446/** 2451/**
2447 * C<->S<->T: Replay response from a group member to another member. 2452 * C<->S<->T: Replay response from a group member to another member.
2448 */ 2453 */
2449#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_RESPONSE 763 2454#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_RESPONSE 761
2450 2455
2451/** 2456/**
2452 * C<->S: End of replay response. 2457 * C<->S: End of replay response.
2453 */ 2458 */
2454#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_RESPONSE_END 764 2459#define GNUNET_MESSAGE_TYPE_MULTICAST_REPLAY_RESPONSE_END 762
2455 2460
2456 2461
2457 2462