Browse Source

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


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1820 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
0b6cfd7146
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/bin/xfrin/TODO

+ 2 - 0
src/bin/xfrin/TODO

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