Browse Source

more memo

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

+ 2 - 0
src/bin/xfrin/TODO

@@ -6,3 +6,5 @@
 4. Xfrin.retransfer and refresh share most of the code.  should be unified.
 5. class IN is hardcoded.  bad.
         query_question = question(name(self._zone_name), rr_class.IN(), query_type)
+6. QID 0 should be allowed:
+        query_id = random.randint(1, 0xFFFF)