From 2fc2a43b0c581c684b43b42a0367bce3f13872a2 Mon Sep 17 00:00:00 2001 From: Ji Lu Date: Thu, 10 Dec 2009 20:56:31 +0000 Subject: [PATCH] --- src/include/gnunet_protocols.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 68fd641e3..3c0d8ae36 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -176,12 +176,12 @@ extern "C" #define GNUNET_MESSAGE_TYPE_TRANSPORT_ACK 28 /** - * FIXME. + * Request to look addresses of peers in server. */ #define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_LOOKUP 29 /** - * FIXME. + * Response to the address lookup request. */ #define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_REPLY 30 @@ -442,6 +442,11 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_FS_PUT 139 +/** + * Reply to client with addresses of other peers + */ +#define GNUNET_MESSAGE_TYPE_PEER_ADDRESS 140 + /* TODO: - DV -- 2.25.1