aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-05-14 20:49:50 +0200
committerChristian Grothoff <christian@grothoff.org>2019-05-14 20:51:24 +0200
commitbf59da41dd5042cc679ae0e39755d9fad9cb80f0 (patch)
treef2fbdd5291ec6a94c54f3795cdcb1d38f234e163 /src/include/gnunet_protocols.h
parent2449f7d921edefef8db82591c8438e57859cdfde (diff)
downloadgnunet-bf59da41dd5042cc679ae0e39755d9fad9cb80f0.tar.gz
gnunet-bf59da41dd5042cc679ae0e39755d9fad9cb80f0.zip
modify messages for t2t-fc
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 73da40038..9a1ef32ee 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3196,9 +3196,15 @@ extern "C" {
3196#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_VALIDATION_CHALLENGE 1303 3196#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_VALIDATION_CHALLENGE 1303
3197 3197
3198/** 3198/**
3199 * P2P message: transport proves that an address worked and provides
3200 * a new challenge for the other direction.
3201 */
3202#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_VALIDATION_CHALLENGE_RESPONSE 1304
3203
3204/**
3199 * P2P message: transport proves that an address worked. 3205 * P2P message: transport proves that an address worked.
3200 */ 3206 */
3201#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_VALIDATION_RESPONSE 1304 3207#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_VALIDATION_RESPONSE 1305
3202 3208
3203 3209
3204/* ************** NEW (NG) ATS Messages ************* */ 3210/* ************** NEW (NG) ATS Messages ************* */