---------------------
Maximum time (in milliseconds) to receive or send one DNS message over an outbound
-TCP connection which has already been established to a configured remote server.
+TCP/QUIC/TLS connection which has already been established to a configured remote server.
It means this limit applies to incoming zone transfers, sending NOTIFY,
DDNS forwarding, and DS check or push. This timeout includes the time needed
for a network round-trip and for a query processing by the remote.
master.dnssec(z).enable = True
if master.valgrind:
- slave.quic_idle_close_timeout = 10 # for DoQ xfrs
- slave.tcp_remote_io_timeout = 10000
+ slave.quic_idle_close_timeout = 25 # for DoQ xfrs
+ slave.tcp_remote_io_timeout = 20000
if slave.valgrind:
- master.quic_idle_close_timeout = 10 # for sending DoQ notify
+ master.quic_idle_close_timeout = 25 # for sending DoQ notify
+ master.tcp_remote_io_timeout = 20000
MSG_DENIED_NOTIFY = "ACL, denied, action notify"
MSG_DENIED_TRANSFER = "ACL, denied, action transfer"