Project

General

Profile

Feature #14731

Updated by Marcos M 9 months ago

@sock-queue-timeout@ was introduced in unbound 1.18.0. 

 https://unbound.docs.nlnetlabs.nl/en/latest/manpages/unbound.conf.html 
 > UDP queries that have waited in the socket buffer for a long time can be dropped. The time is set in seconds, 3 could be a good value to ignore old queries that likely the client does not need a reply for any more. This could happen if the host has not been able to service the queries for a while, i.e. Unbound is not running, and then is enabled again. It uses timestamp socket options. Default: 0 (disabled) 

 Before the feature can be implemented, the port will need to be updated upstream then pulled. 
 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273456

Back