-
-
Notifications
You must be signed in to change notification settings - Fork 398
Clearer documentation for tcp-idle-timeout and edns-tcp-keepalive-timeout #1028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
edns-tcp-keepalive-timeout.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The text looks good to me. And also accurately describes what the option configures.
doc/unbound.conf.5.in
Outdated
The period Unbound will wait for a query on a TCP connection when | ||
EDNS TCP Keepalive is active. If this timeout expires Unbound closes | ||
the connection. If the client supports the EDNS TCP Keepalive option, | ||
Overrides \fBtcp\-idle\-timeout\fR when EDNS TCP Keepalive is active. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps "active" is a word commonly used in the Unbound documentation and its meaning is clear, but my concern here would be is it clear that "active" means "edns-tcp-keepalive = yes" rather than say "the current request included an edns-tcp-keepalive option or some other interpretation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ximon18 fair comment, is the new text better?
- Merge #1028: Clearer documentation for tcp-idle-timeout and edns-tcp-keepalive-timeout.
* nlnet/master: - For windows build, persist the openssl and expat directories for repeated builds while debugging. - Fix that addrinfo is not kept around but copied and freed, so that log-destaddr uses a copy of the information, much like NSD does. - The code repository continues with version 1.19.4. - Fix rpz for cname override action after nsdname and nsip triggers. - Fix to unify codepath for local alias for rpz cname action override. - Fix rpz that the rpz override is taken in case of clientip triggers. Fix that the clientip passthru action is logged. Fix that the clientip localdata action is logged. Fix rpz override action cname for the clientip trigger. - Fix NLnetLabs#1029: rpz trigger clientip and action rpz-passthru not working as expected. Changelog entry for NLnetLabs#1028: - Merge NLnetLabs#1028: Clearer documentation for tcp-idle-timeout and edns-tcp-keepalive-timeout. Clearer documentation for tcp-idle-timeout and edns-tcp-keepalive-timeout (NLnetLabs#1028) - Fix NLnetLabs#1021 Inconsistent Behavior with Changing rpz-cname-override and doing a unbound-control reload. Update doc/Changelog to note the fixes included in 1.19.3rc2.
No description provided.