fast timeout on disconnect
[oweals/gnunet.git] / src / include / gnunet_nat_lib.h
index f03dc3dda44e59bd20a4ce04ac46c3a08ba1f57d..868edbee1f92a7db3f152c1e27b838040c1c0afe 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -70,7 +70,7 @@ struct GNUNET_NAT_Handle;
 
 /**
  * Attempt to enable port redirection and detect public IP address contacting
- * UPnP or NAT-PMP routers on the local network. Use @addr to specify to which
+ * UPnP or NAT-PMP routers on the local network. Use addr to specify to which
  * of the local host's addresses should the external port be mapped. The port
  * is taken from the corresponding sockaddr_in[6] field.
  *
@@ -100,8 +100,8 @@ void GNUNET_NAT_unregister (struct GNUNET_NAT_Handle *h);
  * Compare the sin(6)_addr fields of AF_INET or AF_INET(6) sockaddr.
  * FIXME: move to src/nat/common.h or so.
  * 
- * @param param a first sockaddr
- * @param param b second sockaddr
+ * @param a first sockaddr
+ * @param b second sockaddr
  * @return 0 if addresses are equal, non-null value otherwise 
  */
 int GNUNET_NAT_cmp_addr (const struct sockaddr *a,