updates.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 11 Sep 2006 15:23:36 +0000 (15:23 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 11 Sep 2006 15:23:36 +0000 (15:23 +0000)
TODO
lib/silcutil/silcnet.h

diff --git a/TODO b/TODO
index 4ada1f62dc99c3640463ce5971ac71fb22d4b86c..1f4fa24015b20edf5e32692ded29b0192d5f9e30 100644 (file)
--- a/TODO
+++ b/TODO
@@ -46,6 +46,12 @@ lib/silccore/silcpacket.[ch] ****PARTLY DONE****
  o IV Included flag support, UDP transport support (***TESTING NEEDED)
 
 
+lib/silcske/silcske.[ch]
+========================
+
+ o IV Included flag support (it currently doesn't accept it)
+
+
 lib/silccore/silcid.[ch]       ****DONE****
 ========================
 
index 005ff82b79fa2b9344c155d066db277c98ce63ba..b5bbd2d4e62845db6e049a724a1c77fa19d123ea 100644 (file)
@@ -116,7 +116,7 @@ typedef void (*SilcNetCallback)(SilcNetStatus status,
  *
  * DESCRIPTION
  *
- *    This function creates TCP listener etc.  This is used to create network
+ *    This function creates TCP listener.  This is used to create network
  *    listener for incoming connections, and `callback' will be called
  *    everytime new connection is received.  If `local_ip_addr' is NULL any
  *    address is used.  If provided it can be used bind the listener to
@@ -171,8 +171,7 @@ void silc_net_close_listener(SilcNetListener listener);
  *    The returned SilcAsyncOperation context can be used to control the
  *    asynchronous connecting, such as to abort it.  If it is aborted
  *    using silc_async_abort the `callback' will not be called.  If NULL
- *    is returned the operation cannot be aborted and the `callback' will
- *    be called eventually.
+ *    is returned the operation cannot be aborted.
  *
  */
 SilcAsyncOperation silc_net_tcp_connect(const char *local_ip_addr,