Codebase list unbound / b13bcab
- For #519: fix comments for doxygen. W.C.A. Wijngaards 2 years ago
2 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
99 the example configuration file.
1010 - For #519: yacc and lex. And fix python bindings, and test program
1111 unbound-dnstap-socket.
12 - For #519: fix comments for doxygen.
1213
1314 5 August 2021: Wouter
1415 - Tag for 1.13.2rc1 release.
6161 * @param addrlen: length of addr.
6262 * @param zone: delegation point name.
6363 * @param zonelen: length of zone name wireformat dname.
64 * @param tcp_upstream: use TCP for upstream queries.
6465 * @param ssl_upstream: use SSL for upstream queries.
6566 * @param tls_auth_name: if ssl_upstream, use this name with TLS
6667 * authentication.
112113 * @param addrlen: length of addr.
113114 * @param zone: wireformat dname of the zone.
114115 * @param zonelen: length of zone name.
116 * @param tcp_upstream: use TCP for upstream queries.
115117 * @param ssl_upstream: use SSL for upstream queries.
116118 * @param tls_auth_name: if ssl_upstream, use this name with TLS
117119 * authentication.