gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 38/90: -DOC: Comment stripping pass through NAT service


From: gnunet
Subject: [gnunet] 38/90: -DOC: Comment stripping pass through NAT service
Date: Tue, 18 Oct 2022 03:06:37 +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 09daf5df43821934cfc6eb0bf4f5d8fb714986fb
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Sun Sep 4 03:20:34 2022 +0100

    -DOC: Comment stripping pass through NAT service
---
 src/nat/gnunet-service-nat_helper.c | 10 ----------
 src/nat/gnunet-service-nat_mini.c   |  8 --------
 2 files changed, 18 deletions(-)

diff --git a/src/nat/gnunet-service-nat_helper.c 
b/src/nat/gnunet-service-nat_helper.c
index bd1645d25..d92f5a99c 100644
--- a/src/nat/gnunet-service-nat_helper.c
+++ b/src/nat/gnunet-service-nat_helper.c
@@ -265,16 +265,6 @@ restart_nat_server (void *cls)
 }
 
 
-/**
- * Start the gnunet-helper-nat-server and process incoming
- * requests.
- *
- * @param internal_address
- * @param cb function to call if we receive a request
- * @param cb_cls closure for @a cb
- * @param cfg Handle to the GNUnet configuration
- * @return NULL on error
- */
 struct HelperContext *
 GN_start_gnunet_nat_server_ (const struct in_addr *internal_address,
                              GN_ReversalCallback cb,
diff --git a/src/nat/gnunet-service-nat_mini.c 
b/src/nat/gnunet-service-nat_mini.c
index ba43946cd..1e13e3814 100644
--- a/src/nat/gnunet-service-nat_mini.c
+++ b/src/nat/gnunet-service-nat_mini.c
@@ -639,14 +639,6 @@ process_unmap_output (void *cls, const char *line)
 }
 
 
-/**
- * Remove a mapping created with (mini)upnpc.  Calling
- * this function will give 'upnpc' 1s to remove tha mapping,
- * so while this function is non-blocking, a task will be
- * left with the scheduler for up to 1s past this call.
- *
- * @param mini the handle
- */
 void
 GNUNET_NAT_mini_map_stop (struct GNUNET_NAT_MiniHandle *mini)
 {

-- 
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]