From 3439e5f4f084a8d22124d6d02fcc8199ac06ba7d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 3 Jun 2011 22:15:25 +0000 Subject: [PATCH] stuff --- src/transport/transport_api.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index d2e90d726..126823cc2 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -977,6 +977,23 @@ GNUNET_TRANSPORT_set_quota (struct GNUNET_TRANSPORT_Handle *handle, } +/** + * Ask the transport service to establish a connection to + * the given peer. + * + * @param handle connection to transport service + * @param target who we should try to connect to + */ +void +GNUNET_TRANSPORT_try_connect (struct GNUNET_TRANSPORT_Handle *handle, + const struct GNUNET_PeerIdentity *target) +{ + /* old API does nothing */ +} + + + + /** * Obtain the HELLO message for this peer. * -- 2.25.1