updates.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 22 Nov 2007 09:48:19 +0000 (09:48 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 22 Nov 2007 09:48:19 +0000 (09:48 +0000)
TODO

diff --git a/TODO b/TODO
index 8c3820f82d91e3ff90d5c6c00c44e3d9f706c461..be0f0e5f20d3bc11d5b37a07bc46ef4f7171af94 100644 (file)
--- a/TODO
+++ b/TODO
@@ -546,7 +546,8 @@ lib/silcserver
    term UDP sessions.
 
  o The server must be able to run behind NAT device.  This means that
-   Server ID must be based on public IP instead of private IP.
+   Server ID must be based on public IP instead of private IP (See 
+   also NAT detection protocol in SILC protocol specification).
 
  o The following data must be in per-connection context: client id cache,
    server id cache, channel id cache, all statistics must be
@@ -559,7 +560,7 @@ lib/silcserver
    server-threads FSM.  Same as in client library.
 
  o Binding to other ports than 706 too.  To allow easier traversing
-   through NATs and firewalls server should bind to 80, 443 and 7706
+   through NATs and firewalls server should also bind to 80, 443 and 7706
    by default (at least try to bind).  Connections must work normally
    even if they were established to some other port other than 706.