]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For #519: fix comments for doxygen.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 12 Aug 2021 13:14:22 +0000 (15:14 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 12 Aug 2021 13:14:22 +0000 (15:14 +0200)
doc/Changelog
libunbound/worker.h

index 6e42c649b709823de3ea41dc8d87f77bae747039..879301387d343f6b1e87230ecf739b65d46d5ed8 100644 (file)
@@ -10,6 +10,7 @@
          the example configuration file.
        - For #519: yacc and lex. And fix python bindings, and test program
          unbound-dnstap-socket.
+       - For #519: fix comments for doxygen.
 
 5 August 2021: Wouter
        - Tag for 1.13.2rc1 release.
index c1fc8e784e4a674bfe4ad0726efbbfd4e5f08dea..f50369f8772df4dcf7d18d56f83779c49cc09091 100644 (file)
@@ -62,6 +62,7 @@ struct query_info;
  * @param addrlen: length of addr.
  * @param zone: delegation point name.
  * @param zonelen: length of zone name wireformat dname.
+ * @param tcp_upstream: use TCP for upstream queries.
  * @param ssl_upstream: use SSL for upstream queries.
  * @param tls_auth_name: if ssl_upstream, use this name with TLS
  *     authentication.
@@ -113,6 +114,7 @@ void worker_sighandler(int sig, void* arg);
  * @param addrlen: length of addr.
  * @param zone: wireformat dname of the zone.
  * @param zonelen: length of zone name.
+ * @param tcp_upstream: use TCP for upstream queries.
  * @param ssl_upstream: use SSL for upstream queries.
  * @param tls_auth_name: if ssl_upstream, use this name with TLS
  *     authentication.