updates.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 12 May 2001 07:31:12 +0000 (07:31 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 12 May 2001 07:31:12 +0000 (07:31 +0000)
TODO

diff --git a/TODO b/TODO
index 34fec482875c2de17d9e39b3aacbfe49539cbf48..5e240e083926eca103f844857e40ce8f23093756 100644 (file)
--- a/TODO
+++ b/TODO
@@ -70,7 +70,12 @@ TODO/bugs In SILC Libraries
        o All network routines in lib/silcutil/silcnet.[ch] does not
          support IPv6.
 
- o Hash tables must be implemented.
+ o Hash tables must be implemented.  The requirement for this is that
+   the hash table is collision resistant so that it can be used in 
+   critical positions as well.  It probably works the 95% of the time
+   fine without collisions but the last 5% of the cases must be
+   handled.  Maybe two interfaces could be done, one for normal static
+   hash tables and one for collision resistant hash table.
 
  o Compression routines are missing.  The protocol supports packet
    compression thus it must be implemented.  SILC Comp API must be