aboutsummaryrefslogtreecommitdiff
path: root/src/nat
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-08 00:04:51 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:55:03 +0100
commite67ee030effb3b7d8ca51721b083a4f64c54195b (patch)
treee38860e196bafbd386280846d77263ed51bd432e /src/nat
parent19e5b9874f267afd1c99191445be67ed59a24b50 (diff)
downloadgnunet-e67ee030effb3b7d8ca51721b083a4f64c54195b.tar.gz
gnunet-e67ee030effb3b7d8ca51721b083a4f64c54195b.zip
-DOC: Documentation cleanup pass through NAT subsystem
Diffstat (limited to 'src/nat')
-rw-r--r--src/nat/gnunet-nat.c2
-rw-r--r--src/nat/gnunet-service-nat.c2
-rw-r--r--src/nat/nat_api_stun.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/nat/gnunet-nat.c b/src/nat/gnunet-nat.c
index 0743a478d..fd85549d6 100644
--- a/src/nat/gnunet-nat.c
+++ b/src/nat/gnunet-nat.c
@@ -110,7 +110,7 @@ test_finished ()
110 * a function to call whenever our set of 'valid' addresses changes. 110 * a function to call whenever our set of 'valid' addresses changes.
111 * 111 *
112 * @param cls closure, NULL 112 * @param cls closure, NULL
113 * @param app_ctx[in,out] location where the app can store stuff 113 * @param[in,out] app_ctx location where the app can store stuff
114 * on add and retrieve it on remove 114 * on add and retrieve it on remove
115 * @param add_remove #GNUNET_YES to add a new public IP address, 115 * @param add_remove #GNUNET_YES to add a new public IP address,
116 * #GNUNET_NO to remove a previous (now invalid) one 116 * #GNUNET_NO to remove a previous (now invalid) one
diff --git a/src/nat/gnunet-service-nat.c b/src/nat/gnunet-service-nat.c
index 4dcc0312f..dde269819 100644
--- a/src/nat/gnunet-service-nat.c
+++ b/src/nat/gnunet-service-nat.c
@@ -1185,7 +1185,7 @@ upnp_addr_change_cb (void *cls,
1185 * port number has already been parsed, this task is 1185 * port number has already been parsed, this task is
1186 * responsible for periodically doing a DNS lookup. 1186 * responsible for periodically doing a DNS lookup.
1187 * 1187 *
1188 * @param ch client handle to act upon 1188 * @param cls client handle to act upon
1189 */ 1189 */
1190static void 1190static void
1191dyndns_lookup (void *cls); 1191dyndns_lookup (void *cls);
diff --git a/src/nat/nat_api_stun.c b/src/nat/nat_api_stun.c
index 0bc2c5fbd..94adc3d6c 100644
--- a/src/nat/nat_api_stun.c
+++ b/src/nat/nat_api_stun.c
@@ -112,7 +112,7 @@ encode_message (enum StunClasses msg_class,
112/** 112/**
113 * Fill the stun_header with a random request_id 113 * Fill the stun_header with a random request_id
114 * 114 *
115 * @param req, stun header to be filled 115 * @param req stun header to be filled
116 */ 116 */
117static void 117static void
118generate_request_id (struct stun_header *req) 118generate_request_id (struct stun_header *req)