aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 12:40:05 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-01 12:40:05 +0900
commit460cc837899c52fdad3d52492af932a71dd888e3 (patch)
tree371bd67dffb6346aaca8121ee73d608f7a12ba6c /src/include
parent7edc2569f7ecc0e671e25571a09d2b14d4756d5b (diff)
downloadgnunet-460cc837899c52fdad3d52492af932a71dd888e3.tar.gz
gnunet-460cc837899c52fdad3d52492af932a71dd888e3.zip
-add FIXME to nat service _unregister; fix printf format in tcp communicator
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_nat_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_nat_service.h b/src/include/gnunet_nat_service.h
index e39e2c016..628ca2ef8 100644
--- a/src/include/gnunet_nat_service.h
+++ b/src/include/gnunet_nat_service.h
@@ -385,6 +385,12 @@ GNUNET_NAT_request_reversal (struct GNUNET_NAT_Handle *nh,
385 * handle. This frees the handle, after having sent the needed 385 * handle. This frees the handle, after having sent the needed
386 * commands to close open ports. 386 * commands to close open ports.
387 * 387 *
388 * FIXME: No, the implementation of this API does not do anything beyond
389 * cleaning up the handle.
390 * This is a problem for applications that use #GNUNET_NAT_AddressCallback
391 * and use the app_ctx to store objects, because the callback will never be
392 * called for cleanup on unregister.
393 *
388 * @param nh the handle to unregister 394 * @param nh the handle to unregister
389 */ 395 */
390void 396void