Documentation updates. The SRT webpage is now part of SRT docs itself.
[runtime.git] / TODO
diff --git a/TODO b/TODO
index ac3b6ac21caac85ff83cd234969656bd3b6b5ea0..f6c2af46f3cbaf065a5d872c254b227ddf297c50 100644 (file)
--- a/TODO
+++ b/TODO
@@ -50,6 +50,10 @@ Runtime library, lib/silcutil/
 
  o mmap API
 
+ o Multicast support.
+
+ o Implement silc_get_num_cpu.
+
  o silc_file_readfile and silc_file_writefile should perhaps do the thing
    with mmap, as it's probably a bit faster.
 
@@ -162,10 +166,21 @@ Runtime library, lib/silcutil/
    rwlock implementation using atomic operations.) not for now.
 
 
-lib/silcutil/symbian/
-=====================
+Windows Support
+===============
+
+
+Symbian OS Support
+==================
 
  o Something needs to be thought to the logging globals as well,
    like silc_debug etc.  They won't work on EPOC.  Perhaps logging
    and debugging is to be disabled on EPOC.  The logging currently works
-   by it cannot be controlled, same with debugging.
+   by it cannot be controlled, same with debugging.  SILC Global API
+   MUST be used with all globals on Symbian.
+
+ o gethostname() returns "Function not implemented".  Others may return
+   the same.  We should fix that probably to use RHostResolver and
+   GetHostName().
+
+ o silc_thread_exit should call User::Exit().