git-svn-id: file:///svn/unbound/trunk@265 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2007-04-27 09:43:39 +00:00
parent 379d94c4b2
commit 87bff3dc63

View file

@ -13,3 +13,4 @@ o possible optimization, so that precious id number resource is not depleted
it reuses that id number.
o use rbtree to compress domain names in messages, sorted AXFRs of 16Kb
and so on. This may be faster for that case.
o speed up pkt domain name decompression loop detection using counter perhaps.