summaryrefslogtreecommitdiffstats
path: root/src/lib/asiodns/asiodns_messages.mes
diff options
context:
space:
mode:
authorJINMEI Tatuya <jinmei@isc.org>2013-05-17 00:48:50 +0200
committerJINMEI Tatuya <jinmei@isc.org>2013-05-17 00:55:17 +0200
commit48bbc35c15b307c83ade8ee4dedbf2217aee3530 (patch)
treec9425c79c6435d09ddc6983b7ddeefc2c8383464 /src/lib/asiodns/asiodns_messages.mes
parent[2934] use blocking I/O for sending XFR responses. (diff)
downloadkea-48bbc35c15b307c83ade8ee4dedbf2217aee3530.tar.xz
kea-48bbc35c15b307c83ade8ee4dedbf2217aee3530.zip
[2934] (unrelated fix) make sure closing auth TCP socket after first AXFR.
this only happens for very first TCP connection that does not result in an answer, so wouldn't be very problematic in practice. but it's still awkward.
Diffstat (limited to 'src/lib/asiodns/asiodns_messages.mes')
-rw-r--r--src/lib/asiodns/asiodns_messages.mes6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/asiodns/asiodns_messages.mes b/src/lib/asiodns/asiodns_messages.mes
index 5f2a264223..71aded7840 100644
--- a/src/lib/asiodns/asiodns_messages.mes
+++ b/src/lib/asiodns/asiodns_messages.mes
@@ -103,6 +103,12 @@ would be better to not be too verbose, but you might want to increase
the log level and make sure there's no resource leak or other system
level troubles when it's logged.
+% ASIODNS_TCP_CLOSE_NORESP_FAIL failed to close DNS/TCP socket with a client: %1
+A TCP DNS server tried to close a TCP socket used to communicate with
+a client without returning an answer (which normally happens for zone
+transfer requests), but it failed to do that. See ASIODNS_TCP_CLOSE_FAIL
+for more details.
+
% ASIODNS_TCP_GETREMOTE_FAIL failed to get remote address of a DNS TCP connection: %1
A TCP DNS server tried to get the address and port of a remote client
on a connected socket but failed. It's expected to be rare but can