BIND 10 trac253, updated. 64c233aa9b565df653928f79e987ff0ffacf68af [trac253] update xfrout logic, it will use case-sensitive compress mode to send message.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 18 06:17:25 UTC 2011
The branch, trac253 has been updated
via 64c233aa9b565df653928f79e987ff0ffacf68af (commit)
from f8e2229b901ea731ac1fd7e7bac0799b855cd88a (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 64c233aa9b565df653928f79e987ff0ffacf68af
Author: chenzhengzhang <jerry.zzpku at gmail.com>
Date: Fri Feb 18 14:13:53 2011 +0800
[trac253] update xfrout logic, it will use case-sensitive compress mode to send message.
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/xfrout.py.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/xfrout.py.in b/src/bin/xfrout/xfrout.py.in
index eb96b94..5dceaa2 100755
--- a/src/bin/xfrout/xfrout.py.in
+++ b/src/bin/xfrout/xfrout.py.in
@@ -170,6 +170,7 @@ class XfroutSession(BaseRequestHandler):
def _send_message(self, sock_fd, msg):
render = MessageRenderer()
+ render.set_compress_mode(MessageRenderer.CASE_SENSITIVE)
render.set_length_limit(XFROUT_MAX_MESSAGE_SIZE)
msg.to_wire(render)
header_len = struct.pack('H', socket.htons(render.get_length()))
More information about the bind10-changes
mailing list