fast timeout on disconnect
[oweals/gnunet.git] / src / include / gnunet_nat_lib.h
index 43861ddf7cbdd5cd808f8b6c59426391d36b759c..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
@@ -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,