aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-01 14:17:34 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-01 14:17:34 +0000
commit6129a0a79b56923d483216ba78ba250c2cf0403c (patch)
treebb379ed2d3035497cf939e28a21ab70985a3dd0a /src/include
parent0e4eb80cafbc54240c5d82589dea973d6ee22df3 (diff)
downloadgnunet-6129a0a79b56923d483216ba78ba250c2cf0403c.tar.gz
gnunet-6129a0a79b56923d483216ba78ba250c2cf0403c.zip
more hacking on nat test code
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_nat_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_nat_lib.h b/src/include/gnunet_nat_lib.h
index 07f6ca5e8..1eb8b5703 100644
--- a/src/include/gnunet_nat_lib.h
+++ b/src/include/gnunet_nat_lib.h
@@ -162,7 +162,7 @@ typedef void (*GNUNET_NAT_TestCallback)(void *cls,
162 * 162 *
163 * @param cfg configuration for the NAT traversal 163 * @param cfg configuration for the NAT traversal
164 * @param is_tcp GNUNET_YES to test TCP, GNUNET_NO to test UDP 164 * @param is_tcp GNUNET_YES to test TCP, GNUNET_NO to test UDP
165 * @param bnd_port port to bind to 165 * @param bnd_port port to bind to, 0 for connection reversal
166 * @param adv_port externally advertised port to use 166 * @param adv_port externally advertised port to use
167 * @param report function to call with the result of the test 167 * @param report function to call with the result of the test
168 * @param report_cls closure for report 168 * @param report_cls closure for report