From 39c000246382f7772c3c6bb4c889373da5df5a9d Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 11 Jul 2011 09:40:00 +0000 Subject: tool to list transport level connections --- src/transport/transport_api_peer_address_lookup.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/transport/transport_api_peer_address_lookup.c') diff --git a/src/transport/transport_api_peer_address_lookup.c b/src/transport/transport_api_peer_address_lookup.c index 6eb241078..2da4b6c69 100644 --- a/src/transport/transport_api_peer_address_lookup.c +++ b/src/transport/transport_api_peer_address_lookup.c @@ -17,6 +17,18 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/** + * @file transport/transport_api_peer_address_lookup.c + * @brief given a peer id, get all known addresses from transport service + * + * This api provides the ability to query the transport service about + * the status of connections to a specific peer. Calls back with a + * pretty printed string of the address, as formatted by the appropriate + * transport plugin, and whether or not the address given is currently + * in the 'connected' state (according to the transport service). + */ + #include "platform.h" #include "gnunet_client_lib.h" #include "gnunet_arm_service.h" -- cgit v1.2.3