BIND 10 trac253, updated. 3c06d0d6c0d002138ab3edbd9a6833a40de3f911 [trac253] add rfc reference comments for axfr name compression manner

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 18 06:56:31 UTC 2011


The branch, trac253 has been updated
       via  3c06d0d6c0d002138ab3edbd9a6833a40de3f911 (commit)
      from  64c233aa9b565df653928f79e987ff0ffacf68af (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3c06d0d6c0d002138ab3edbd9a6833a40de3f911
Author: chenzhengzhang <jerry.zzpku at gmail.com>
Date:   Fri Feb 18 14:54:18 2011 +0800

    [trac253] add rfc reference comments for axfr name compression manner

-----------------------------------------------------------------------

Summary of changes:
 src/bin/xfrout/xfrout.py.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/xfrout.py.in b/src/bin/xfrout/xfrout.py.in
index 5dceaa2..a819640 100755
--- a/src/bin/xfrout/xfrout.py.in
+++ b/src/bin/xfrout/xfrout.py.in
@@ -170,6 +170,8 @@ class XfroutSession(BaseRequestHandler):
 
     def _send_message(self, sock_fd, msg):
         render = MessageRenderer()
+        # As defined in RFC5936 section3.4, perform case-preserving name
+        # compression for AXFR message.
         render.set_compress_mode(MessageRenderer.CASE_SENSITIVE)
         render.set_length_limit(XFROUT_MAX_MESSAGE_SIZE)
         msg.to_wire(render)




More information about the bind10-changes mailing list