From: JINMEI Tatuya Date: Mon, 18 Jun 2012 20:08:40 +0000 (-0700) Subject: [2005] clarified about reusing TCP connection. X-Git-Tag: trac2351_base~226^2~29^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aab679cd7faf500112dbcab789899b45b5b63eca;p=thirdparty%2Fkea.git [2005] clarified about reusing TCP connection. --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 37770c8b37..3b67bb31e6 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -1953,7 +1953,12 @@ what is XfroutClient xfr_client?? both UDP and TCP, and both IPv6 and IPv4; for TCP requests, however, it terminates the TCP connection immediately after each single request has been processed. Clients cannot reuse the - same TCP connection for multiple requests. + same TCP connection for multiple requests (This is a current + implementation limitation of b10-ddns; + while RFC 2136 doesn't specify anything about such reuse of TCP + connection, there is no reason for disallowing it as RFC 1035 + generally allows multiple requests sent over a single TCP + connection. BIND 9 supports such reuse).