Browse Source

more memo

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1832 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
5b3da18b93
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/bin/xfrin/TODO

+ 7 - 0
src/bin/xfrin/TODO

@@ -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.')