From 0142079ce2e7a5e062d06aa8dddf2fdc1529035d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 7 Apr 2019 17:22:23 +0200 Subject: implement #5551 (UDP broadcast learning in TNG) --- src/include/gnunet_protocols.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/gnunet_protocols.h') diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 7f1667d51..4f97d3078 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -3189,8 +3189,15 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_TRANSPORT_SUGGEST_CANCEL 1301 +/** + * Type of the 'struct RequestHelloValidationMessage' send by clients to TRANSPORT + * to trigger validation of addresses. + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_HELLO_VALIDATION 1302 + /* ************** NEW (NG) ATS Messages ************* */ +/* NOTE: it is not clear ATS will survive in TNG */ /** * Type of the 'struct ExpressPreferenceMessage' send by clients to ATS -- cgit v1.2.3