mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix for #882: document variable to stop doxygen warning.
This commit is contained in:
parent
144f29638c
commit
8058dc9127
2 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
- Fix for #882: small changes, date updated in Copyright for
|
- Fix for #882: small changes, date updated in Copyright for
|
||||||
util/timeval_func.c and util/timeval_func.h. Man page entries and
|
util/timeval_func.c and util/timeval_func.h. Man page entries and
|
||||||
example entry.
|
example entry.
|
||||||
|
- Fix for #882: document variable to stop doxygen warning.
|
||||||
|
|
||||||
19 April 2023: Wouter
|
19 April 2023: Wouter
|
||||||
- Fix for #878: Invalid IP address in unbound.conf causes Segmentation
|
- Fix for #878: Invalid IP address in unbound.conf causes Segmentation
|
||||||
|
|
|
||||||
|
|
@ -1234,6 +1234,9 @@ if_is_ssl(const char* ifname, const char* port, int ssl_port,
|
||||||
* @param use_systemd: if true, fetch sockets from systemd.
|
* @param use_systemd: if true, fetch sockets from systemd.
|
||||||
* @param dnscrypt_port: dnscrypt service port number
|
* @param dnscrypt_port: dnscrypt service port number
|
||||||
* @param dscp: DSCP to use.
|
* @param dscp: DSCP to use.
|
||||||
|
* @param sock_queue_timeout: the sock_queue_timeout from config. Seconds to
|
||||||
|
* wait to discard if UDP packets have waited for long in the socket
|
||||||
|
* buffer.
|
||||||
* @return: returns false on error.
|
* @return: returns false on error.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue