[svn] commit: r1820 - /trunk/src/bin/xfrin/TODO

BIND 10 source code commits bind10-changes at lists.isc.org
Fri May 14 00:34:11 UTC 2010


Author: jinmei
Date: Fri May 14 00:34:11 2010
New Revision: 1820

Log:
more memo:
3. It wouldn't support IPv6 because of the following line:
        self.create_socket(socket.AF_INET, socket.SOCK_STREAM)

Modified:
    trunk/src/bin/xfrin/TODO

Modified: trunk/src/bin/xfrin/TODO
==============================================================================
--- trunk/src/bin/xfrin/TODO (original)
+++ trunk/src/bin/xfrin/TODO Fri May 14 00:34:11 2010
@@ -1,3 +1,5 @@
 1. When xfrin's config data is changed, new config data should be applied.
 2. mutex on recorder is not sufficient.  race can happen if two xfrin requests
    occur at the same time.  (but testing it would be very difficult)
+3. It wouldn't support IPv6 because of the following line:
+        self.create_socket(socket.AF_INET, socket.SOCK_STREAM)




More information about the bind10-changes mailing list