gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 41/90: -DOC: Minor comment stripping pass through VPN


From: gnunet
Subject: [gnunet] 41/90: -DOC: Minor comment stripping pass through VPN
Date: Tue, 18 Oct 2022 03:06:40 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 35775fc6b5b10d7e06703a3beb5cc7ae6d133af7
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Sun Sep 4 03:23:05 2022 +0100

    -DOC: Minor comment stripping pass through VPN
---
 src/vpn/vpn_api.c | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/src/vpn/vpn_api.c b/src/vpn/vpn_api.c
index 3f7d9d000..8a3464786 100644
--- a/src/vpn/vpn_api.c
+++ b/src/vpn/vpn_api.c
@@ -384,28 +384,6 @@ GNUNET_VPN_cancel_request (struct 
GNUNET_VPN_RedirectionRequest *rr)
 }
 
 
-/**
- * Tell the VPN that a forwarding to a particular peer offering a
- * particular service is requested.  The VPN is to reserve a
- * particular IP for the redirection and return it.  The VPN will
- * begin the redirection as soon as possible and maintain it as long
- * as it is actively used and keeping it is feasible.  Given resource
- * limitations, the longest inactive mappings will be destroyed.
- *
- * @param vh VPN handle
- * @param result_af desired address family for the returned allocation
- *                  can also be AF_UNSPEC
- * @param protocol protocol, IPPROTO_UDP or IPPROTO_TCP
- * @param peer target peer for the redirection
- * @param serv service descriptor to give to the peer
- * @param expiration_time at what time should the redirection expire?
- *        (this should not impact connections that are active at that time)
- * @param cb function to call with the IP
- * @param cb_cls closure for @a cb
- * @return handle to cancel the request (means the callback won't be
- *         invoked anymore; the mapping may or may not be established
- *         anyway)
- */
 struct GNUNET_VPN_RedirectionRequest *
 GNUNET_VPN_redirect_to_peer (struct GNUNET_VPN_Handle *vh,
                              int result_af,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]