From: Ji Lu Date: Thu, 10 Dec 2009 20:56:31 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~23005 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2fc2a43b0c581c684b43b42a0367bce3f13872a2;p=oweals%2Fgnunet.git --- 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