-doxygen
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Wed, 22 Aug 2012 14:47:12 +0000 (14:47 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Wed, 22 Aug 2012 14:47:12 +0000 (14:47 +0000)
src/dns/dnsstub.c
src/gns/gnunet-dns2gns.c
src/include/gns_protocol.h
src/include/gnunet_dnsstub_lib.h

index 2cb62447c8a73f3e32acd205882c12ef1ab5637a..0c3bf0ef3099616a6dcd56efd6c9a4a54860ffd6 100644 (file)
@@ -193,6 +193,7 @@ read_response (void *cls,
  * Get a socket of the specified address family to send out a
  * UDP DNS request to the Internet.  
  *
+ * @param ctx the DNSSTUB context
  * @param af desired address family
  * @return NULL on error (given AF not "supported")
  */
index 5676471b859485061ea995a556fc11cc6e48569e..7d44ceacbf86867bec06b0a09b90baceadec2f2f 100644 (file)
@@ -224,8 +224,9 @@ do_timeout (void *cls,
  * lookup
  *
  * @param cls closure
- * @param rd_count number of records
- * @param rd the records in reply
+ * @param rs the request socket
+ * @param dns the DNS udp payload
+ * @param r size of the DNS payload
  */
 static void
 dns_result_processor (void *cls,
index b5e6f33e1487a317bdb508c37f1641528125bedc..ad80f85fffb43735bf96195046921466fdfbb79f 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file gns/gns_records.h
+ * @file gns/gns_protocol.h
  * @brief Resource Record definitions
  * @author Martin Schanzenbach
  */
index ffe82dbbe68fb3294f957831377ea27e182fca2a..3c4206f991a43406229c854f292fa3c636e759f4 100644 (file)
@@ -77,7 +77,8 @@ typedef void (*GNUNET_DNSSTUB_ResultCallback)(void *cls,
  * Perform DNS resolution using given address.
  *
  * @param ctx stub resolver to use
- * @param af address family to use
+ * @param sa the socket address
+ * @param sa_len the socket length
  * @param request DNS request to transmit
  * @param request_len number of bytes in msg
  * @param rc function to call with result