[svn] commit: r1832 - /trunk/src/bin/xfrin/TODO
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat May 15 06:22:42 UTC 2010
Author: jinmei
Date: Sat May 15 06:22:41 2010
New Revision: 1832
Log:
more memo
Modified:
trunk/src/bin/xfrin/TODO
Modified: trunk/src/bin/xfrin/TODO
==============================================================================
--- trunk/src/bin/xfrin/TODO (original)
+++ trunk/src/bin/xfrin/TODO Sat May 15 06:22:41 2010
@@ -17,3 +17,10 @@
10. The following line of _check_soa_serial() is incorrect.
soa_reply = self._get_request_response(int(data_size))
Unpack the data and convert it in the host by order.
+11. if do_xfrin fails it should probably return a non "OK" value.
+ (it's currently ignored anyway, though)
+12. XfrinConnection should probably define handle_close(). Also, the
+ following part should be revised because this can also happen when the
+ master closes the connection.
+ if self._recv_time_out:
+ raise XfrinException('receive data from socket time out.')
More information about the bind10-changes
mailing list